InvokeAI/invokeai/backend/stable_diffusion
user1 b1b94a3d56 Fixed problem with inpainting after controlnet support added to main.
Problem was that controlnet support involved adding **kwargs to method calls down in denoising loop, and AddsMaskLatents didn't accept **kwarg arg. So just changed to accept and pass on **kwargs.
2023-05-30 08:01:21 -04:00
..
diffusion Core implementation of ControlNet and MultiControlNet. 2023-05-26 21:44:00 -04:00
image_degradation rename log to logger throughout 2023-04-29 09:43:40 -04:00
schedulers Add Heun Karras Scheduler 2023-05-14 11:45:08 +10:00
__init__.py remove legacy ldm code 2023-03-04 18:16:59 -08:00
concepts_lib.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
diffusers_pipeline.py Fixed problem with inpainting after controlnet support added to main. 2023-05-30 08:01:21 -04:00
offloading.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
textual_inversion_manager.py rename log to logger throughout 2023-04-29 09:43:40 -04:00