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

params to reproduce text2image results

Open eyaler opened this issue 3 years ago • 2 comments

can you kindly share the parameters to reproduce these amazing results: https://github.com/CompVis/latent-diffusion/raw/main/assets/txt2img-preview.png ?

eyaler avatar Apr 04 '22 20:04 eyaler

I think the different results are model different

EricHuiK avatar Apr 13 '22 08:04 EricHuiK

python scripts/txt2img.py --prompt "a sunset behind a mountain range, vector image" --ddim_eta 1.0 --n_samples 6 --n_iter 10 --H 256 --W 256 --scale 5.0 --ddim_steps 50

EricHuiK avatar Apr 13 '22 08:04 EricHuiK