Spaces:
Running on Zero
Running on Zero
daKhosa commited on
Commit ·
3831078
1
Parent(s): f1be1c7
Prefetch LTX distilled LoRA at startup
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ SULPHUR_ASSETS = [
|
|
| 31 |
]
|
| 32 |
LTX_ASSETS = [
|
| 33 |
("SulphurAI/Sulphur-2-base", "experimental/sulphur_experimental_lora_v1.safetensors", LORAS_DIR),
|
|
|
|
| 34 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_vae.safetensors", CKPTS_DIR),
|
| 35 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_text_embedding_projection.safetensors", CKPTS_DIR),
|
| 36 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_embeddings_connector.safetensors", CKPTS_DIR),
|
|
|
|
| 31 |
]
|
| 32 |
LTX_ASSETS = [
|
| 33 |
("SulphurAI/Sulphur-2-base", "experimental/sulphur_experimental_lora_v1.safetensors", LORAS_DIR),
|
| 34 |
+
("DeepBeepMeep/LTX-2", "ltx-2.3-22b-distilled-lora-384.safetensors", LORAS_DIR),
|
| 35 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_vae.safetensors", CKPTS_DIR),
|
| 36 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_text_embedding_projection.safetensors", CKPTS_DIR),
|
| 37 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_embeddings_connector.safetensors", CKPTS_DIR),
|