rahul7star commited on
Commit
7a92c8a
·
verified ·
1 Parent(s): e67ceb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ print("=" * 80)
298
  print("Downloading LoRA adapters from dagloop5/LoRA...")
299
  print("=" * 80)
300
 
301
- transit_lora_path = hf_hub_download(repo_id="valiantcat", filename="LTX-2.3-Transition-LORA")
302
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
303
  general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
304
  motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
 
298
  print("Downloading LoRA adapters from dagloop5/LoRA...")
299
  print("=" * 80)
300
 
301
+ transit_lora_path = hf_hub_download(repo_id="valiantcat/LTX-2.3-Transition-LORA", filename="ltx2.3-transition.safetensors")
302
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
303
  general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
304
  motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")