Spaces:
Paused
Paused
Hermes Agent commited on
Commit ·
41603b9
1
Parent(s): ea83dff
Switch DiT component to Q2_K model and comment original line
Browse files
README.md
CHANGED
|
@@ -20,7 +20,8 @@ ComfyUI runs headless with `--cpu --force-fp32 --cache-none`. Models are GGUF (m
|
|
| 20 |
|
| 21 |
| Component | Source | Size | Format |
|
| 22 |
|---|---|---|---|
|
| 23 |
-
| DiT | `unsloth/LTX-2.3-GGUF` distilled-1.1 | 13.4 GB | UD-Q3_K_M GGUF (Unsloth Dynamic 2.0) |
|
|
|
|
| 24 |
| Text encoder | `unsloth/gemma-3-12b-it-GGUF` | ~6 GB | Q3_K_M GGUF |
|
| 25 |
| Text projection | `Kijai/LTX2.3_comfy` | 2.2 GB | bf16 safetensors |
|
| 26 |
| VAE | `Kijai/LTX2.3_comfy` (TaeL tiny VAE) | 22 MB | safetensors |
|
|
|
|
| 20 |
|
| 21 |
| Component | Source | Size | Format |
|
| 22 |
|---|---|---|---|
|
| 23 |
+
<!-- | DiT | `unsloth/LTX-2.3-GGUF` distilled-1.1 | 13.4 GB | UD-Q3_K_M GGUF (Unsloth Dynamic 2.0) | -->
|
| 24 |
+
| DiT | `unsloth/LTX-2.3-GGUF` distilled-1.1-Q2_K | 7.9 GB | Q2_K GGUF |
|
| 25 |
| Text encoder | `unsloth/gemma-3-12b-it-GGUF` | ~6 GB | Q3_K_M GGUF |
|
| 26 |
| Text projection | `Kijai/LTX2.3_comfy` | 2.2 GB | bf16 safetensors |
|
| 27 |
| VAE | `Kijai/LTX2.3_comfy` (TaeL tiny VAE) | 22 MB | safetensors |
|