Ryan Dick
|
c7b84cf012
|
WIP - first pass at overhauling ModelCache to work with partial loads.
|
2024-12-05 23:03:40 +00:00 |
|
Ryan Dick
|
8e409e3436
|
Delete experimental torch device autocasting solutions and clean up TorchFunctionAutocastDeviceContext.
|
2024-12-05 19:36:44 +00:00 |
|
Ryan Dick
|
987393853c
|
Create CachedModelOnlyFullLoad class.
|
2024-12-05 18:43:50 +00:00 |
|
Ryan Dick
|
91c5af1b95
|
Move CachedModelWithPartialLoad into the main model_cache/ directory.
|
2024-12-05 18:21:26 +00:00 |
|
Ryan Dick
|
5c67dd507a
|
Get rid of ModelLocker. It was an unnecessary layer of indirection.
|
2024-12-05 16:59:40 +00:00 |
|
Ryan Dick
|
2ff928ec17
|
Move lock(...) and unlock(...) logic from ModelLocker to the ModelCache and make a bunch of ModelCache properties/methods private.
|
2024-12-05 16:11:40 +00:00 |
|
Ryan Dick
|
4327bbe77e
|
Pull get_model_cache_key(...) out of ModelCache. The ModelCache should not be concerned with implementation details like the submodel_type.
|
2024-12-04 22:53:57 +00:00 |
|
Ryan Dick
|
ad1c0d37ef
|
Rename model_cache_default.py -> model_cache.py.
|
2024-12-04 22:45:30 +00:00 |
|
Ryan Dick
|
9708d87946
|
Remove ModelCacheBase.
|
2024-12-04 22:05:34 +00:00 |
|
Ryan Dick
|
3ad44f7850
|
Move CacheStats to its own file.
|
2024-12-04 21:56:50 +00:00 |
|
Ryan Dick
|
9a482981b2
|
Move CacheRecord out to its own file.
|
2024-12-04 21:53:19 +00:00 |
|
Ryan Dick
|
6b02362b12
|
Rip out ModelLockerBase.
|
2024-12-04 21:47:11 +00:00 |
|
Ryan Dick
|
8fec4ec91c
|
Tidy up CachedModel and improve unit test coverage.
|
2024-12-04 20:28:31 +00:00 |
|
Ryan Dick
|
693e421970
|
Alternative implementation with torch.nn.Linear module streaming.
|
2024-12-03 22:32:15 +00:00 |
|
Ryan Dick
|
dc14104bc8
|
Add TorchFunctionAutocastContext
|
2024-12-03 19:26:46 +00:00 |
|
Ryan Dick
|
f286a1d1f3
|
Remove debug logs.
|
2024-12-03 18:04:55 +00:00 |
|
Ryan Dick
|
9dc86b2b71
|
Add basic CachedModel class with features for partial load/unload.
|
2024-12-03 17:12:22 +00:00 |
|
Ryan Dick
|
2cab689b79
|
Naive TorchAutocastContext.
|
2024-12-03 14:55:43 +00:00 |
|
Ryan Dick
|
021552fd81
|
Avoid unnecessary dtype conversions with rope encodings.
|
2024-11-29 12:32:50 -05:00 |
|
Ryan Dick
|
be73dbba92
|
Use view() instead of rearrange() for better performance.
|
2024-11-29 12:32:50 -05:00 |
|
Ryan Dick
|
db9c0cad7c
|
Replace custom RMSNorm implementation with torch.nn.functional.rms_norm(...) for improved speed.
|
2024-11-29 12:32:50 -05:00 |
|
psychedelicious
|
5910892c33
|
Merge remote-tracking branch 'origin/main' into ryan/flux-regional-prompting
|
2024-11-29 15:19:39 +10:00 |
|
Ryan Dick
|
5d8dd6e26e
|
Fix FLUX regional negative prompts.
|
2024-11-28 18:49:29 +00:00 |
|
Ryan Dick
|
64364e7911
|
Short-circuit if there are no region masks in FLUX and don't apply attention masking.
|
2024-11-27 22:40:10 +00:00 |
|
Ryan Dick
|
6565cea039
|
Comment unused _prepare_unrestricted_attn_mask(...) for future reference.
|
2024-11-27 22:16:44 +00:00 |
|
Ryan Dick
|
3ebd8d6c07
|
Delete outdated TODO comment.
|
2024-11-27 22:13:25 +00:00 |
|
Ryan Dick
|
e970185161
|
Tweak flux regional prompting attention scheme based on latest experimentation.
|
2024-11-27 22:13:07 +00:00 |
|
Brandon Rising
|
ed46acee79
|
fix: Fail scan on InvalidMagicError in picklescan, update default for read_checkpoint_meta to scan unless explicitly told not to
|
2024-11-26 16:17:12 -05:00 |
|
Ryan Dick
|
b54463d294
|
Allow regional prompting background regions to attend to themselves and to the entire txt embedding.
|
2024-11-26 17:57:31 +00:00 |
|
Ryan Dick
|
faee79dc95
|
Distinguish between restricted and unrestricted attn masks in FLUX regional prompting.
|
2024-11-26 16:55:52 +00:00 |
|
Ryan Dick
|
e01f66b026
|
Apply regional attention masks in the single stream blocks in addition to the double stream blocks.
|
2024-11-25 22:40:08 +00:00 |
|
Ryan Dick
|
53abdde242
|
Update Flux RegionalPromptingExtension to prepare both a mask with restricted image self-attention and a mask with unrestricted image self attention.
|
2024-11-25 22:04:23 +00:00 |
|
Ryan Dick
|
94c088300f
|
Be smarter about selecting the global CLIP embedding for FLUX regional prompting.
|
2024-11-25 20:15:04 +00:00 |
|
Ryan Dick
|
3741a6f5e0
|
Fix device handling for regional masks and apply the attention mask in the FLUX double stream block.
|
2024-11-25 16:02:03 +00:00 |
|
Ryan Dick
|
2c23b8414c
|
Use a single global CLIP embedding for FLUX regional guidance.
|
2024-11-22 23:01:43 +00:00 |
|
Ryan Dick
|
20356c0746
|
Fixup the logic for preparing FLUX regional prompt attention masks.
|
2024-11-21 22:46:25 +00:00 |
|
Ryan Dick
|
bad1149504
|
WIP - add rough logic for preparing the FLUX regional prompting attention mask.
|
2024-11-20 22:29:36 +00:00 |
|
Ryan Dick
|
fda7aaa7ca
|
Pass RegionalPromptingExtension down to the CustomDoubleStreamBlockProcessor in FLUX.
|
2024-11-20 19:48:04 +00:00 |
|
Ryan Dick
|
85c616fa34
|
WIP - Pass prompt masks to FLUX model during denoising.
|
2024-11-20 18:51:43 +00:00 |
|
Mary Hipp
|
1948ffe106
|
make sure Soft Edge Detection has preprocessor applied
|
2024-11-20 08:46:02 -05:00 |
|
Brandon Rising
|
a69c5ff9ef
|
Add copyright notice for CIELab_to_UPLab.icc
|
2024-11-19 07:02:37 -08:00 |
|
Brandon Rising
|
1fd80d54a4
|
Run Ruff
|
2024-11-19 07:02:37 -08:00 |
|
Brandon Rising
|
991f63e455
|
Store CIELab_to_UPLab.icc within the repo
|
2024-11-19 07:02:37 -08:00 |
|
Brandon Rising
|
0eadc0dd9e
|
feat: Support a subset of composition nodes within base invokeai
|
2024-11-19 07:02:37 -08:00 |
|
Ryan Dick
|
1a0885bfb1
|
Update FLUX IP-Adapter starter model from XLabs v1 to XLabs v2.
|
2024-11-18 17:06:53 -08:00 |
|
Ryan Dick
|
c6fc82f756
|
Infer the clip_extra_context_tokens param from the state dict for FLUX XLabs IP-Adapter V2 models.
|
2024-11-18 17:06:53 -08:00 |
|
Ryan Dick
|
1cf7600f5b
|
Merge branch 'main' into ryan/sd3-image-to-image
|
2024-11-14 09:25:23 -08:00 |
|
Ryan Dick
|
50897ba066
|
Add flag to optionally allow missing layer keys in FLUX lora loader.
|
2024-11-14 16:53:49 +00:00 |
|
Ryan Dick
|
3510643870
|
Support FLUX LoRAs without .proj_mlp layers.
|
2024-11-14 16:53:49 +00:00 |
|
Ryan Dick
|
b89caa02bd
|
Merge branch 'main' into flux_vae_fp16_broke
|
2024-11-13 15:33:43 -08:00 |
|