NickLucche / stable-diffusion-nvidia-docker

GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.
MIT License
359 stars 43 forks source link

DDIM sampler produces weird/non-coherent images #13

Closed NickLucche closed 1 year ago

NickLucche commented 2 years ago

Might be due to default args we're using when creating the sampler

mchaker commented 2 years ago

Link to example: https://github.com/NickLucche/stable-diffusion-nvidia-docker/issues/8#issuecomment-1242704221

NickLucche commented 1 year ago

fixed with https://github.com/NickLucche/stable-diffusion-nvidia-docker/commit/78b2c50b427efb67d2b04f44e73118acaa0a45c5#diff-8b284a9000a48c1f05058b897e9be2511ba66dea116da0dcc6d0764e418bf7ee

mchaker commented 1 year ago

Thank you! :)