Update app.py
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ 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="pose_enhancer.safetensors")
|
| 291 |
-
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 292 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 293 |
|
| 294 |
print(f"Pose LoRA: {pose_lora_path}")
|
|
|
|
| 288 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 289 |
print("=" * 80)
|
| 290 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="pose_enhancer.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 |
|
| 294 |
print(f"Pose LoRA: {pose_lora_path}")
|