InvokeAI/scripts
Lincoln Stein 30c5a0b067
Interactive configuration (#1517)
* Update scripts/configure_invokeai.py

prevent crash if output exists

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>

* implement changes requested by reviews

* default to correct root and output directory on Windows systems

- Previously the script was relying on the readline buffer editing
  feature to set up the correct default. But this feature doesn't
  exist on windows.

- This commit detects when user typed return with an empty directory
  value and replaces with the default directory.

* improved readability of directory choices

* Update scripts/configure_invokeai.py

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>

* better error reporting at startup

- If user tries to run the script outside of the repo or runtime directory,
  a more informative message will appear explaining the problem.

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2022-11-27 21:29:56 -05:00
..
orig_scripts rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
configure_invokeai.py Interactive configuration (#1517) 2022-11-27 21:29:56 -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
load_models.py this small fix adds back the load_models.py script 2022-11-22 11:21:04 -05: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