InvokeAI/ldm/invoke
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
..
generator fix crash in inpaint when no seed in original image 2022-11-12 17:57:43 +00:00
restoration Remove gfpgan_dir 2022-11-13 00:27:56 +00:00
args.py Remove gfpgan_dir 2022-11-13 00:27:56 +00:00
conditioning.py merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
devices.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
image_util.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_cache.py prevent crash that occurs when changing models.yaml on windows systems 2022-11-25 16:59:31 -05:00
pngwriter.py fix a few more metadata bugs 2022-10-25 00:31:43 -04:00
prompt_parser.py merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
readline.py merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
seamless.py Split seamless config into separate file 2022-10-17 19:31:20 -04:00
server_legacy.py Add back old dream.py as legacy_api.py 2022-10-12 20:35:56 -04:00
server.py add option to show intermediate latent space 2022-11-02 17:53:11 -04:00
txt2mask.py merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00