InvokeAI/scripts
Lincoln Stein fe5a581313 allow images to be saved into invokeai run directory
- This fixes an issue in which generated images were not being saved
  into the ~/invokeai/outputs directory, but were instead being stored
  to a relative './outputs/img_samples' path as before.

- Note that if you specify a relative directory in the --outdir argument,
  it will now be interpreted as relative to the invokeai run directory.
  You will need to provide an absolute pathname in order to save the
  outputs outside this directory.

- Also found and fixed a minor problem in which commands with syntax
  errors were not being stored to the CLI command history.
2022-11-15 20:33:58 +00:00
..
orig_scripts rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
dream.py Reword deprecation warning for dream.py 2022-10-14 07:33:10 -04:00
images2prompt.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
invoke.py allow images to be saved into invokeai run directory 2022-11-15 20:33:58 +00:00
legacy_api.py Remove gfpgan_dir 2022-11-13 00:27:56 +00:00
load_models.py This commit separates the InvokeAI source code from end-user files 2022-11-15 18:39:31 +00:00
merge_embeddings.py model paths fixed, codeformer needs attention 2022-11-15 18:39:31 +00:00
preload_models.py This commit separates the InvokeAI source code from end-user files 2022-11-15 18:39:31 +00:00
sd-metadata.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00