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 | |