Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ LORA_REPO = "dagloop5/LoRA"
|
|
| 290 |
print("=" * 80)
|
| 291 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 292 |
print("=" * 80)
|
| 293 |
-
singularity_lora_path = hf_hub_download(repo_id="
|
| 294 |
teneros_lora_path = hf_hub_download(repo_id="maximsobolev275/LTX-10Eros-LoRA-r768", filename="LTX_10Eros_LoRA_r768.safetensors")
|
| 295 |
sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
|
| 296 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
|
|
|
| 290 |
print("=" * 80)
|
| 291 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 292 |
print("=" * 80)
|
| 293 |
+
singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_JoyAI_Lora_Extracted", filename="JoyAI-Echo_r256.safetensors")
|
| 294 |
teneros_lora_path = hf_hub_download(repo_id="maximsobolev275/LTX-10Eros-LoRA-r768", filename="LTX_10Eros_LoRA_r768.safetensors")
|
| 295 |
sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
|
| 296 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|