Spaces:
Running on Zero
Running on Zero
daKhosa commited on
Commit ·
25d5de2
1
Parent(s): c91b3fe
Add 10Eros v1 FP8 mixed LoRA to LTX_ASSETS
Browse files
app.py
CHANGED
|
@@ -30,6 +30,7 @@ SULPHUR_ASSETS = [
|
|
| 30 |
LTX_ASSETS = [
|
| 31 |
("SulphurAI/Sulphur-2-base", "experimental/sulphur_experimental_lora_v1.safetensors", LORAS_DIR),
|
| 32 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b-distilled-lora-384.safetensors", LORAS_DIR),
|
|
|
|
| 33 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_vae.safetensors", CKPTS_DIR),
|
| 34 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_text_embedding_projection.safetensors", CKPTS_DIR),
|
| 35 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b_embeddings_connector.safetensors", CKPTS_DIR),
|
|
|
|
| 30 |
LTX_ASSETS = [
|
| 31 |
("SulphurAI/Sulphur-2-base", "experimental/sulphur_experimental_lora_v1.safetensors", LORAS_DIR),
|
| 32 |
("DeepBeepMeep/LTX-2", "ltx-2.3-22b-distilled-lora-384.safetensors", LORAS_DIR),
|
| 33 |
+
("TenStrip/LTX2.3-10Eros", "10Eros_v1-fp8mixed_learned.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),
|