mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-29 19:15:01 +02:00
Added a [community solution](https://github.com/CompVis/stable-diffusion/issues/111#issuecomment-1229483511) to fix index out of bound when doing img2img generation with `ddim` sampler. Also, restored `steps_out` to be `ddim_timesteps + 1` since the removal was meant to fix the [1000 steps issue](https://github.com/CompVis/stable-diffusion/issues/111) |
||
|---|---|---|
| .. | ||
| diffusionmodules | ||
| distributions | ||
| encoders | ||
| image_degradation | ||
| losses | ||
| attention.py | ||
| ema.py | ||
| embedding_manager.py | ||
| x_transformer.py | ||