InvokeAI/ldm/invoke
Damian Stewart 9bf6013fdd
refactor(cross_attention_control): remove outer CrossAttentionControl class (#1459)
I was working on attention control in #1384, started making a few
changes to improve the typing and make it easier to work with. Then the
whitespace changes touched so many lines it seemed worth separating out
these refactoring operations to this PR so they don't get mixed up with
other functional changes.

It would be helpful to merge this to `development` before continuing
work on attention control in #1384

The github diff isn't good at showing these together since they changed
whitespace on so many lines. It may be easier to review by looking at
the individual commits, and/or toggling the "hide whitespace
differences" option in the view.
2022-11-13 14:20:18 +01:00
..
generator Merge branch 'development' into lstein-outcrop-improvements 2022-11-12 10:39:57 -05:00
restoration Remove gfpgan_dir 2022-11-12 19:24:11 -05:00
args.py Remove gfpgan_dir 2022-11-12 19:24:11 -05:00
conditioning.py refactor(cross_attention_control): remove outer CrossAttentionControl class 2022-11-12 11:01:10 -08:00
devices.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
image_util.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_cache.py prevent two models from being marked default in models.yaml 2022-11-11 09:28:17 -05:00
pngwriter.py fix a few more metadata bugs 2022-10-25 00:31:43 -04:00
prompt_parser.py Revert "enable outcropping of random JPG/PNG images" 2022-11-11 10:30:44 -05:00
readline.py fix invoke.py crash if no models.yaml file present 2022-11-10 21:54:26 -05: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 change initfile to ~/.invokeai 2022-11-08 03:26:16 +00:00