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 |
|
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 |
|
Mary Hipp
|
1948ffe106
|
make sure Soft Edge Detection has preprocessor applied
|
2024-11-20 08:46:02 -05: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
|
b89caa02bd
|
Merge branch 'main' into flux_vae_fp16_broke
|
2024-11-13 15:33:43 -08:00 |
|
Darrell
|
fb19621361
|
Updated link to flux ip adapter model
|
2024-11-12 08:11:40 -05:00 |
|
Vargol
|
83609d5008
|
Merge branch 'invoke-ai:main' into flux_vae_fp16_broke
|
2024-11-08 10:37:31 +00:00 |
|
David Burnett
|
bb3cedddd5
|
Rework change based on comments
|
2024-11-08 10:27:47 +00:00 |
|
psychedelicious
|
29d63d5dea
|
fix(app): silence pydantic protected namespace warning
Closes #7287
|
2024-11-08 07:36:50 +11:00 |
|
Brandon Rising
|
f4b0b6a93d
|
fix: Look in known subfolders for configs for clip variants
|
2024-11-07 14:02:20 +00:00 |
|
Brandon Rising
|
1337c33ad3
|
fix: Avoid downloading unsafe .bin files if a safetensors file is available
|
2024-11-07 14:02:20 +00:00 |
|
Brandon Rising
|
c064257759
|
fix: Look in known subfolders for configs for clip variants
|
2024-11-07 12:01:02 +11:00 |
|
Brandon Rising
|
8a4c629576
|
fix: Avoid downloading unsafe .bin files if a safetensors file is available
|
2024-11-06 19:31:18 -05:00 |
|
David Burnett
|
7b5efc2203
|
Flux Vae broke for float16, force bfloat16 or float32 were compatible
|
2024-11-06 17:47:22 -05:00 |
|
Brandon Rising
|
faa9ac4e15
|
fix: get_clip_variant_type should never return None
|
2024-11-06 09:59:50 +11:00 |
|
Brandon Rising
|
d07a6385ab
|
Always default to ClipVariantType.L instead of None
|
2024-11-05 12:03:40 -05:00 |
|
Brandon Rising
|
68df612fa1
|
fix: Never throw an exception when finding the clip variant type
|
2024-11-05 12:03:40 -05:00 |
|
Brandon Rising
|
22bff1fb22
|
Fix conditional within filter_by_variant to not read all candidates as default
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
391a24b0f6
|
Re-add erroniously removed hash code
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
e75903389f
|
Run ruff, fix bug in hf downloading code which failed to download parts of a model
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
6f447f7169
|
Rather than .fp16., some repos start the suffix with .fp16... for weights spread across multiple files
|
2024-11-04 12:42:09 -05:00 |
|
maryhipp
|
af583d2971
|
ruff format
|
2024-11-04 12:42:09 -05:00 |
|
maryhipp
|
874d67cb37
|
add SD3.5 to starter models
|
2024-11-04 12:42:09 -05:00 |
|
maryhipp
|
78bd605617
|
(nodes,api): expose the submodels on SD3 model loader as optional, add types needed for CLIP-L and CLIP-G fields
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
b87f4e59a5
|
Create clip variant type, create new fucntions for discerning clipL and clipG in the frontend
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
ebabf4f7a8
|
Setup Model and T5 Encoder selection fields for sd3 nodes
|
2024-11-04 12:42:09 -05:00 |
|
Brandon Rising
|
3970aa30fb
|
define submodels on sd3 models during probe
|
2024-11-04 12:42:09 -05:00 |
|
Ryan Dick
|
c620581699
|
Bug fixes to get SD3 text-to-image workflow running.
|
2024-11-04 12:42:09 -05:00 |
|
Ryan Dick
|
009cdb714c
|
Add Sd3ModelLoaderInvocation.
|
2024-11-04 12:42:09 -05:00 |
|
Ryan Dick
|
e4b17f019a
|
Get diffusers SD3 model probing working.
|
2024-11-04 12:42:09 -05:00 |
|
Ryan Dick
|
586c00bc02
|
(minor) Remove unused dict.
|
2024-11-04 12:42:09 -05:00 |
|
Ryan Dick
|
a2486a5f06
|
Remove unused prediction_type and upcast_attention from from_single_file(...) calls.
|
2024-10-28 13:05:17 -04:00 |
|
Ryan Dick
|
07ab116efb
|
Remove load_safety_checker=False from calls to from_single_file(...).
This param has been deprecated, and by including it (even when set to
False) the safety checker automatically gets downloaded.
|
2024-10-28 13:05:17 -04:00 |
|
Ryan Dick
|
1a13af3c7a
|
Fix huggingface_hub.errors imports after version bump.
|
2024-10-28 13:05:17 -04:00 |
|
maryhipp
|
43cc4684e1
|
(api) make sure all controlnet starter models will still have pre-processors correctly assigned when probed based on name
|
2024-10-24 23:34:06 +11:00 |
|
maryhipp
|
9cd47fa857
|
(api): update names of starter models, add ability to track previous_names so it does not mess up logic that prevents dupe starter model installs
|
2024-10-24 23:34:06 +11:00 |
|
David Burnett
|
24f9b46fbc
|
ruff fix
|
2024-10-23 10:09:24 +11:00 |
|
David Burnett
|
54b3aa1d01
|
load t5 model in the same format as it is saved, seems to load as float32 on Macs
|
2024-10-23 10:09:24 +11:00 |
|
Ryan Dick
|
5cbe89afdd
|
Merge branch 'main' into ryan/flux-ip-adapter-cfg-2
|
2024-10-22 21:17:36 +00:00 |
|