dagloop5 commited on
Commit
d6af674
·
verified ·
1 Parent(s): cd7848a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="general_enhancer.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}")
 
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}")