Kevin Turner
|
853c6af623
|
refactor(cross_attention_control): remove outer CrossAttentionControl class
Python has modules. We don't need to use a class to provide a namespace.
|
2022-11-12 11:01:10 -08:00 |
|
damian0815
|
5214742d02
|
don't suppress exceptions when doing cross-attention control
|
2022-11-09 07:21:21 -05:00 |
|
damian0815
|
178f0c78d8
|
Fix #1362 by improving VRAM usage patterns when doing .swap()
commit ef3f7a26e242b73c2beb0195c7fd8f654ef47f55
Author: damian0815 <null@damianstewart.com>
Date: Tue Nov 8 12:18:37 2022 +0100
remove log spam
commit 7189d649622d4668b120b0dd278388ad672142c4
Author: damian0815 <null@damianstewart.com>
Date: Tue Nov 8 12:10:28 2022 +0100
change the way saved slicing strategy is applied
commit 01c40f751ab72955140165c16f95ae411732265b
Author: damian0815 <null@damianstewart.com>
Date: Tue Nov 8 12:04:43 2022 +0100
fix slicing_strategy_getter callsite
commit f8cfe25150a346958903316bc710737d99839923
Author: damian0815 <null@damianstewart.com>
Date: Tue Nov 8 11:56:22 2022 +0100
cleanup, consistent dim=0 also tested
commit 5bf9b1e890d48e962afd4a668a219b68271e5dc1
Author: damian0815 <null@damianstewart.com>
Date: Tue Nov 8 11:34:09 2022 +0100
refactored context, tested with non-sliced cross attention control
commit d58a46e39bf562e7459290d2444256e8c08ad0b6
Author: damian0815 <null@damianstewart.com>
Date: Sun Nov 6 00:41:52 2022 +0100
cleanup
commit 7e2c658b4c06fe239311b65b9bb16fa3adec7fd7
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:57:31 2022 +0100
disable logs
commit 20ee89d93841b070738b3d8a4385c93b097d92eb
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:36:58 2022 +0100
slice saved attention if necessary
commit 0a7684a22c880ec0f48cc22bfed4526358f71546
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:32:38 2022 +0100
raise instead of asserting
commit 7083104c7f3a0d8fd96e94a2f391de50a3c942e4
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:31:00 2022 +0100
store dim when saving slices
commit f7c0808ed383ec1dc70645288a798ed2aa4fa85c
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:27:16 2022 +0100
don't retry on exception
commit 749a721e939b3fe7c1741e7998dab6bd2c85a0cb
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:24:50 2022 +0100
stuff
commit 032ab90e9533be8726301ec91b97137e2aadef9a
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:20:17 2022 +0100
more logging
commit 3dc34b387f033482305360e605809d95a40bf6f8
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:16:47 2022 +0100
logs
commit 901c4c1aa4b9bcef695a6551867ec8149e6e6a93
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:12:39 2022 +0100
actually set save_slicing_strategy to True
commit f780e0a0a7c6b6a3db320891064da82589358c8a
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 22:10:35 2022 +0100
store slicing strategy
commit 93bb6d566fd18c5c69ef7dacc8f74ba2cf671cb7
Author: damian <git@damianstewart.com>
Date: Sat Nov 5 20:43:48 2022 +0100
still not it
commit 5e3a9541f8ae00bde524046963910323e20c40b7
Author: damian <git@damianstewart.com>
Date: Sat Nov 5 17:20:02 2022 +0100
wip offloading attention slices on-demand
commit 4c2966aa856b6f3b446216da3619ae931552ef08
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 15:47:40 2022 +0100
pre-emptive offloading, idk if it works
commit 572576755e9f0a878d38e8173e485126c0efbefb
Author: root <you@example.com>
Date: Sat Nov 5 11:25:32 2022 +0000
push attention slices to cpu. slow but saves memory.
commit b57c83a68f2ac03976ebc89ce2ff03812d6d185f
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 12:04:22 2022 +0100
verbose logging
commit 3a5dae116f110a96585d9eb71d713b5ed2bc3d2b
Author: damian0815 <null@damianstewart.com>
Date: Sat Nov 5 11:50:48 2022 +0100
wip fixing mem strategy crash (4 test on runpod)
commit 3cf237db5fae0c7b0b4cc3c47c81830bdb2ae7de
Author: damian0815 <null@damianstewart.com>
Date: Fri Nov 4 09:02:40 2022 +0100
wip, only works on cuda
|
2022-11-09 07:21:21 -05:00 |
|
damian0815
|
349cc25433
|
fix crash (be a little less aggressive clearing out the attention slice)
|
2022-11-01 17:34:28 -04:00 |
|
damian0815
|
214d276379
|
be more aggressive at clearing out saved_attn_slice
|
2022-11-01 17:34:28 -04:00 |
|
Damian at mba
|
ced9c83e96
|
various prompting fixes
|
2022-10-31 09:34:56 -04:00 |
|
Damian at mba
|
f73d349dfe
|
refactor hybrid and cross attention control codepaths for readability
|
2022-10-27 19:40:37 +02:00 |
|
Lincoln Stein
|
16e7cbdb38
|
tweaks to documentation and call signature for advanced prompting
|
2022-10-27 08:30:09 -04:00 |
|
Lincoln Stein
|
0d0481ce75
|
inpaint model progress
- working with plain prompts, weighted prompts and merge prompts
- not tested with prompt2prompt
|
2022-10-26 22:40:01 -04:00 |
|
Damian at mba
|
0564397ee6
|
cleanup logs
|
2022-10-24 11:16:43 +02:00 |
|
Damian at mba
|
1fb15d5c81
|
fix hires fix
|
2022-10-24 02:02:42 +02:00 |
|
Damian at mba
|
ee4273d760
|
fix step count on ddim
|
2022-10-24 01:23:43 +02:00 |
|
Damian at mba
|
8e7d744c60
|
fix bad math
|
2022-10-23 19:43:35 +02:00 |
|
Damian at mba
|
8f35819ddf
|
add shape_freedom arg to .swap()
|
2022-10-23 19:38:31 +02:00 |
|
Damian at mba
|
04d93f0445
|
for k* samplers, estimate step_index from sigma
|
2022-10-23 16:26:50 +02:00 |
|
Damian at mba
|
7d677a63b8
|
cross attention control options
|
2022-10-23 14:58:25 +02:00 |
|
Damian at mba
|
2bf9f1f0d8
|
rename StrcuturedConditioning to ExtraConditioningInfo
|
2022-10-21 12:18:40 +02:00 |
|
Damian at mba
|
4c1267338b
|
bring in attention etc.
|
2022-10-21 03:54:13 +02:00 |
|
Damian at mba
|
1ffd4a9e06
|
refactored single diffusion path seems to be working for all samplers
|
2022-10-19 21:08:03 +02:00 |
|
Damian at mba
|
147d39cb7c
|
wip refactoring shared InvokeAI diffuser mixin to component
|
2022-10-19 21:08:03 +02:00 |
|