Daankular commited on
Commit
483e424
·
1 Parent(s): e131563

Use correct Sulphur distill LoRA from SulphurAI/Sulphur-2-base/distill_loras/

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. generate.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ SULPHUR_ASSETS = [
28
  ("SulphurAI/Sulphur-2-base", "sulphur_distil_bf16.safetensors", CKPTS_DIR),
29
  ]
30
  LTX_ASSETS = [
31
- ("DeepBeepMeep/LTX-2", "ltx-2.3-22b-distilled-lora-384-1.1.safetensors", LORAS_DIR),
32
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_vae.safetensors", CKPTS_DIR),
33
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_text_embedding_projection.safetensors", CKPTS_DIR),
34
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_embeddings_connector.safetensors", CKPTS_DIR),
 
28
  ("SulphurAI/Sulphur-2-base", "sulphur_distil_bf16.safetensors", CKPTS_DIR),
29
  ]
30
  LTX_ASSETS = [
31
+ ("SulphurAI/Sulphur-2-base", "distill_loras/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors", LORAS_DIR),
32
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_vae.safetensors", CKPTS_DIR),
33
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_text_embedding_projection.safetensors", CKPTS_DIR),
34
  ("DeepBeepMeep/LTX-2", "ltx-2.3-22b_embeddings_connector.safetensors", CKPTS_DIR),
generate.py CHANGED
@@ -83,7 +83,7 @@ def main():
83
  "image_prompt_type": "S",
84
  "input_video_strength": 1.0,
85
  "activated_loras": [
86
- "ltx-2.3-22b-distilled-lora-384-1.1.safetensors",
87
  ],
88
  "loras_multipliers": ["0.5"],
89
  }
 
83
  "image_prompt_type": "S",
84
  "input_video_strength": 1.0,
85
  "activated_loras": [
86
+ "ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors",
87
  ],
88
  "loras_multipliers": ["0.5"],
89
  }