InvokeAI/ldm/modules
Lincoln Stein 8f3f64b22e prevent crash that occurs when changing models.yaml on windows systems
Windows does not support an atomic `os.rename()` operation. This
PR changes it to `os.replace()`, which does the same thing.
2022-11-25 16:59:31 -05: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 acceptable integration of new prompting system and inpainting 2022-10-27 01:51:35 -04: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
attention.py merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00: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