Update app.py
Browse files
app.py
CHANGED
|
@@ -287,7 +287,7 @@ LORA_REPO = "dagloop5/LoRA"
|
|
| 287 |
print("=" * 80)
|
| 288 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 289 |
print("=" * 80)
|
| 290 |
-
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 291 |
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="ltx23__demopose_d3m0p0s3.safetensors")
|
| 292 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 293 |
|
|
|
|
| 287 |
print("=" * 80)
|
| 288 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 289 |
print("=" * 80)
|
| 290 |
+
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
| 291 |
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="ltx23__demopose_d3m0p0s3.safetensors")
|
| 292 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 293 |
|