Motif-Image-6B-Preview / run_inference.sh
beomgyu-kim's picture
Add inference script and main model execution logic
d09c0e5
raw
history blame contribute delete
279 Bytes
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