dagloop5 commited on
Commit
583fcc6
·
verified ·
1 Parent(s): f92cf34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ LORA_REPO = "dagloop5/LoRA"
290
  print("=" * 80)
291
  print("Downloading LoRA adapters from dagloop5/LoRA...")
292
  print("=" * 80)
293
- singularity_lora_path = hf_hub_download(repo_id="WarmBloodAban/Singularity-LTX-2.3_OmniCine_V1", filename="Singularity-LTX-2.3_OmniCine_V1.safetensors")
294
  teneros_lora_path = hf_hub_download(repo_id="maximsobolev275/LTX-10Eros-LoRA-r768", filename="LTX_10Eros_LoRA_r768.safetensors")
295
  sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
296
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
 
290
  print("=" * 80)
291
  print("Downloading LoRA adapters from dagloop5/LoRA...")
292
  print("=" * 80)
293
+ singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_JoyAI_Lora_Extracted", filename="JoyAI-Echo_r256.safetensors")
294
  teneros_lora_path = hf_hub_download(repo_id="maximsobolev275/LTX-10Eros-LoRA-r768", filename="LTX_10Eros_LoRA_r768.safetensors")
295
  sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
296
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")