mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
fix: correct comments and cleanup model descriptions
- Fix Klein text encoder comment to specify correct sizes per variant - Lock TAESD decode logging behind SD_PREVIEW_DEBUG env var - Fix misleading comment about FLUX.2 128-channel reshape (is fallback) - Remove VRAM requirements from model descriptions in reference files
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
"Black Forest Labs FLUX.2 Klein 4B": {
|
||||
"path": "black-forest-labs/FLUX.2-klein-4B",
|
||||
"preview": "black-forest-labs--FLUX.2-klein-4B.jpg",
|
||||
"desc": "FLUX.2-klein-4B is a 4 billion parameter size-distilled version of FLUX.2-dev optimized for consumer GPUs. Achieves sub-second inference with 4 steps while fitting in ~13GB VRAM. Supports both text-to-image generation and multi-reference image editing. Apache 2.0 licensed.",
|
||||
"desc": "FLUX.2-klein-4B is a 4 billion parameter size-distilled version of FLUX.2-dev optimized for consumer GPUs. Achieves sub-second inference with 4 steps. Supports both text-to-image generation and multi-reference image editing. Apache 2.0 licensed.",
|
||||
"skip": true,
|
||||
"tags": "distilled",
|
||||
"extras": "sampler: Default, cfg_scale: 4.0, steps: 4",
|
||||
@@ -175,7 +175,7 @@
|
||||
"Black Forest Labs FLUX.2 Klein 9B": {
|
||||
"path": "black-forest-labs/FLUX.2-klein-9B",
|
||||
"preview": "black-forest-labs--FLUX.2-klein-9B.jpg",
|
||||
"desc": "FLUX.2-klein-9B is a 9 billion parameter size-distilled version of FLUX.2-dev. Higher quality than 4B variant with sub-second inference using 4 steps. Requires ~29GB VRAM. Supports text-to-image and multi-reference editing. Non-commercial license.",
|
||||
"desc": "FLUX.2-klein-9B is a 9 billion parameter size-distilled version of FLUX.2-dev. Higher quality than 4B variant with sub-second inference using 4 steps. Supports text-to-image and multi-reference editing. Non-commercial license.",
|
||||
"skip": true,
|
||||
"tags": "distilled",
|
||||
"extras": "sampler: Default, cfg_scale: 4.0, steps: 4",
|
||||
|
||||
Reference in New Issue
Block a user