Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To test a trained model, execute the testing scripts in the scripts folder or th
```bash
python image_sample.py --data_dir data/yourimage.png --diffusion_steps 1000 --image_size 256 --noise_schedule linear
--num_channels 64 --num_head_channels 16 --num_res_blocks 1 --channel_mult "1,2,4"
--attention_resolution "2" --resblock_updown False --use_fp16 True --use_scale_shift_norm True
--attention_resolutions "2" --resblock_updown False --use_fp16 True --use_scale_shift_norm True
--use_checkpoint True --model_root OUTPUT/sinddpm-yourimage-day-commitseq
--results_path RESULT/sinddpm-yourimage-day-commitseq/
```
Expand Down