Hermes Bot commited on
Commit
c2ef5c4
·
1 Parent(s): f78eb25

Switch to smaller/faster 10Eros Q3_K_S model

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -22,9 +22,9 @@ OUTPUT = COMFY / "output"
22
  DOWNLOAD_MANIFEST = [
23
  {
24
  "repo": "vantagewithai/LTX2.3-10Eros-GGUF",
25
- "file": "10Eros_v1-Q3_K_M.gguf",
26
- "dest": MODELS / "diffusion_models" / "10Eros_v1-Q3_K_M.gguf",
27
- "label": "10Eros DiT Q3_K_M (10.4 GB)",
28
  },
29
  {
30
  "repo": "mradermacher/gemma-3-12b-it-qat-abliterated-GGUF",
@@ -61,7 +61,7 @@ DOWNLOAD_MANIFEST = [
61
  WORKFLOW_TEMPLATE = {
62
  "1": {
63
  "class_type": "UnetLoaderGGUF",
64
- "inputs": {"unet_name": "10Eros_v1-Q3_K_M.gguf"},
65
  },
66
  "2": {
67
  "class_type": "DualCLIPLoaderGGUF",
 
22
  DOWNLOAD_MANIFEST = [
23
  {
24
  "repo": "vantagewithai/LTX2.3-10Eros-GGUF",
25
+ "file": "10Eros_v1-Q3_K_S.gguf",
26
+ "dest": MODELS / "diffusion_models" / "10Eros_v1-Q3_K_S.gguf",
27
+ "label": "10Eros DiT Q3_K_S (smaller, faster)",
28
  },
29
  {
30
  "repo": "mradermacher/gemma-3-12b-it-qat-abliterated-GGUF",
 
61
  WORKFLOW_TEMPLATE = {
62
  "1": {
63
  "class_type": "UnetLoaderGGUF",
64
+ "inputs": {"unet_name": "10Eros_v1-Q3_K_S.gguf"},
65
  },
66
  "2": {
67
  "class_type": "DualCLIPLoaderGGUF",