You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'red shirt' --sampling-method ddim_trailing -o base.png to create the base image (just to be sure DDIM itself is working)
This is on master-10c6501:
./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'red shirt' --sampling-method ddim_trailing -o base.png
to create the base image (just to be sure DDIM itself is working)./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'pink shirt' --mode img2img -i base.png --strength 0.1 --sampling-method euler -o i2i_euler_s1.png
./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'pink shirt' --mode img2img -i base.png --strength 0.6 --sampling-method euler -o i2i_euler_s6.png
./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'pink shirt' --mode img2img -i base.png --strength 0.1 --sampling-method tcd -o i2i_tcd_s1.png
./sd --model SD/cyberrealisticSemi_v30.safetensors -W 384 --seed 1 -p 'pink shirt' --mode img2img -i base.png --strength 0.6 --sampling-method ddim_trailing -o i2i_ddim_s6.png
Both TCD and DDIM produce pretty much the same results for the same number of steps.
@yslai , any ideas?
The text was updated successfully, but these errors were encountered: