InvokeAI/ldm/modules
Damian Stewart ff42027a00 add cross-attention control support to diffusers (fails on MPS)
For unknown reasons MPS produces garbage output with .swap(). Use
--always_use_cpu arg to invoke.py for now to test this code on MPS.
2022-12-04 16:07:54 +01:00
..
diffusionmodules cleanup 2022-10-21 15:07:11 +02:00
distributions prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
encoders model_cache: let offload_model work with DiffusionPipeline, sorta. 2022-11-30 15:03:20 -08:00
image_degradation prevent crash that occurs when changing models.yaml on windows systems 2022-11-25 16:59:31 -05:00
losses prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
attention.py add cross-attention control support to diffusers (fails on MPS) 2022-12-04 16:07:54 +01: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 Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
x_transformer.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00