InvokeAI/ldm/modules
wfng92 1c2bd275fe Fix img2img DDIM index out of bound
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)
2022-10-17 22:32:15 -04:00
..
diffusionmodules Fix img2img DDIM index out of bound 2022-10-17 22:32:15 -04:00
distributions prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
encoders rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
image_degradation prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
losses prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
attention.py Refactor attention.CrossAttention to remove duplicate code and apply optimizations 2022-09-17 20:19:21 +03:00
ema.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
embedding_manager.py Textual Inversion for M1 2022-09-27 01:39:17 +02:00
x_transformer.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00