File size: 279 Bytes
d09c0e5 |
1 2 3 4 5 6 7 8 9 10 11 |
python inference.py \ --model-config configs/mmdit_xlarge_hq.json \ --model-ckpt checkpoints/pytorch_model_fsdp.bin \ --seed 7777 \ --steps 30 \ --resolution 1024 \ --prompt-file prompts/sample_prompts.txt \ --guidance-scales 4.0 \ --output-dir outputs \ --batch-size 1 |