guided-diffusion icon indicating copy to clipboard operation
guided-diffusion copied to clipboard

256x256_diffusion_uncond.pt is trained under what parameters?

Open xiximelon opened this issue 2 years ago • 2 comments

xiximelon avatar Oct 12 '23 03:10 xiximelon

I guess (under the section of classifier guidance where they use it for sampling): MODEL_FLAGS="--attention_resolutions 32,16,8 --class_cond False --diffusion_steps 1000 --image_size 256 --learn_sigma True --noise_schedule linear --num_channels 256 --num_head_channels 64 --num_res_blocks 2 --resblock_updown True --use_fp16 True --use_scale_shift_norm True"

zyinghua avatar Mar 01 '24 17:03 zyinghua