InvokeAI/invokeai/backend/stable_diffusion
2024-04-09 10:57:02 -04:00
..
diffusion Remove support for Prompt-to-Prompt cross-attention control (aka .swap()). This feature is not widely used. It does not work with SDXL and is incompatible with IP-Adapter and regional prompting. The implementation is also intertwined with both text embedding and the UNet attention layers, resulting in a high maintenance burden. For all of these reasons, we have decided to drop support. 2024-04-09 10:57:02 -04:00
schedulers make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
__init__.py Remove unused code for attention map saving. 2024-03-02 08:25:41 -05:00
diffusers_pipeline.py Remove support for Prompt-to-Prompt cross-attention control (aka .swap()). This feature is not widely used. It does not work with SDXL and is incompatible with IP-Adapter and regional prompting. The implementation is also intertwined with both text embedding and the UNet attention layers, resulting in a high maintenance burden. For all of these reasons, we have decided to drop support. 2024-04-09 10:57:02 -04:00
seamless.py fix(nodes): workaround seamless multi gpu error #6010 2024-03-29 08:56:38 +11:00