InvokeAI/ldm/modules/image_degradation
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
..
utils add code 2021-12-21 03:23:41 +01:00
__init__.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
bsrgan_light.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
bsrgan.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
utils_image.py prevent crash that occurs when changing models.yaml on windows systems 2022-11-25 16:59:31 -05:00