alembics / disco-diffusion

Other
7.46k stars 1.13k forks source link

What are the better settings? #53

Open ghosthamlet opened 2 years ago

ghosthamlet commented 2 years ago

Thanks for this great project, install it on local is very easy and fast.

But image generated by the V5.2 default settings is very bad (changed n_batches to 2, steps to 50), far worse than the results in: https://medium.com/@nin_artificial/dall-e-2-vs-disco-diffusion-c6de6bfbacf9, and the generating speed is slow, with the same size and steps like: https://huggingface.co/spaces/multimodalart/latentdiffusion, speed is slower then latentdiffusion, and quality is worse.

do i have to use n_batches=50, steps=250? but it will be too slow on 1080Ti, even n_batches=2 steps=50 is slower than latentdiffusion. So What are the better settings?

Updated: I have tried n_batches=2, steps=250, but the result is just little improved, don't know why? Maybe it is my prompts has problem, but with latentdiffusion, most prompts will generate good image with just 50 steps.