dagloop5 commited on
Commit
ea4b995
·
verified ·
1 Parent(s): c54c4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="pose_enhancer.safetensors")
294
- general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="ltx23__demopose_d3m0p0s3.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}")
 
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}")