[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
dfa9777fe3
commit
4f8295e829
1 changed files with 5 additions and 1 deletions
|
|
@ -153,7 +153,11 @@ _FAMILIES: tuple[DiffusionFamily, ...] = (
|
|||
sd_cpp_vae = ("Comfy-Org/flux2-dev", "split_files/vae/flux2-vae.safetensors"),
|
||||
sd_cpp_vae_format = "flux2",
|
||||
sd_cpp_text_encoders = (
|
||||
("Comfy-Org/flux2-dev", "split_files/text_encoders/mistral_3_small_flux2_bf16.safetensors", "llm"),
|
||||
(
|
||||
"Comfy-Org/flux2-dev",
|
||||
"split_files/text_encoders/mistral_3_small_flux2_bf16.safetensors",
|
||||
"llm",
|
||||
),
|
||||
),
|
||||
),
|
||||
DiffusionFamily(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue