Update app.py
Browse files
app.py
CHANGED
|
@@ -290,8 +290,8 @@ LORA_REPO = "dagloop5/LoRA"
|
|
| 290 |
print("=" * 80)
|
| 291 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 292 |
print("=" * 80)
|
| 293 |
-
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 294 |
-
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 295 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 296 |
|
| 297 |
print(f"Pose LoRA: {pose_lora_path}")
|
|
|
|
| 290 |
print("=" * 80)
|
| 291 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 292 |
print("=" * 80)
|
| 293 |
+
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
| 294 |
+
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
|
| 295 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 296 |
|
| 297 |
print(f"Pose LoRA: {pose_lora_path}")
|