Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -298,7 +298,7 @@ print("=" * 80)
|
|
| 298 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 299 |
print("=" * 80)
|
| 300 |
|
| 301 |
-
transit_lora_path = hf_hub_download(repo_id="valiantcat
|
| 302 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
| 303 |
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
|
| 304 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
|
|
|
| 298 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 299 |
print("=" * 80)
|
| 300 |
|
| 301 |
+
transit_lora_path = hf_hub_download(repo_id="valiantcat/LTX-2.3-Transition-LORA", filename="ltx2.3-transition.safetensors")
|
| 302 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
| 303 |
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
|
| 304 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|