InvokeAI/ldm/invoke
Lincoln Stein 2ec9792f50 fix clipseg model loading
- This fixes the clipseg loading code so that it looks in the root directory
  for the model.

- It also adds several __init__.py files needed to allow InvokeAI to be
  installed without the -e (editable) flag. This lets you delete the
  source code directory after installation.
2022-11-15 19:17:14 +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 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 fix clipseg model loading 2022-11-15 19:17:14 +00:00