InvokeAI/scripts
Lincoln Stein 3c5a14a814 fixes configure_invokeai.py crash on Windows systems
The step in which the new models.yaml file replaces the old one was
crashing on Windows due to the fact that on Windows, the os.rename()
function will refuse to replace an existing file, unlike the behavior
on Linux and Mac. The os.replace() function, which was introduced in
python3, supposedly fixes this.
2022-11-21 08:44:26 -05:00
..
orig_scripts rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
configure_invokeai.py fixes configure_invokeai.py crash on Windows systems 2022-11-21 08:44:26 -05:00
dream.py support for wheel building; webserver broken 2022-11-18 19:34:28 +00:00
images2prompt.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
invoke.py support for wheel building; webserver broken 2022-11-18 19:34:28 +00:00
legacy_api.py Remove gfpgan_dir 2022-11-13 00:27:56 +00:00
merge_embeddings.py model paths fixed, codeformer needs attention 2022-11-15 18:39:31 +00:00
preload_models.py add interactive configuration to the model loader 2022-11-19 19:20:28 +00:00
sd-metadata.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00