InvokeAI/ldm/invoke
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
..
generator fix crash in inpaint when no seed in original image 2022-11-12 17:57:43 +00:00
restoration model paths fixed, codeformer needs attention 2022-11-15 18:39:31 +00:00
__init__.py fix clipseg model loading 2022-11-15 19:17:14 +00:00
args.py This commit separates the InvokeAI source code from end-user files 2022-11-15 18:39:31 +00:00
conditioning.py Merge branch 'development' into sync-dev-with-main 2022-11-13 21:51:17 +00:00
devices.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
globals.py This commit separates the InvokeAI source code from end-user files 2022-11-15 18:39:31 +00:00
image_util.py fix incorrect bounding-box calculation in ImageResizer 2022-11-14 17:41:02 +00:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_cache.py model paths fixed, codeformer needs attention 2022-11-15 18:39:31 +00: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 allow images to be saved into invokeai run directory 2022-11-15 20:33:58 +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 fix clipseg model loading 2022-11-15 19:17:14 +00:00