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

Update app.py

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