dagloop5 commited on
Commit
73af1fe
·
verified ·
1 Parent(s): 6ef0404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,7 +293,7 @@ print("=" * 80)
293
  print("Downloading LoRA adapters from dagloop5/LoRA...")
294
  print("=" * 80)
295
  singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_JoyAI_Lora_Extracted", filename="JoyAI-Echo_r256.safetensors")
296
- teneros_lora_path = hf_hub_download(repo_id="maximsobolev275/LTX-10Eros-LoRA-r768", filename="LTX_10Eros_LoRA_r768.safetensors")
297
  sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
298
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
299
  general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_reasoning_I2V_V3.safetensors")
@@ -828,7 +828,7 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
828
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
829
  )
830
  teneros_strength = gr.Slider(
831
- label="10Eros Lora strength",
832
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
833
  )
834
  sulphur_strength = gr.Slider(
 
293
  print("Downloading LoRA adapters from dagloop5/LoRA...")
294
  print("=" * 80)
295
  singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_JoyAI_Lora_Extracted", filename="JoyAI-Echo_r256.safetensors")
296
+ teneros_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3-Furry-2D-NSFW-Multi-Purpose-Lora+Cum.safetensors")
297
  sulphur_lora_path =hf_hub_download(repo_id="SulphurAI/Sulphur-2-base", filename="sulphur_lora_rank_768.safetensors")
298
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
299
  general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_reasoning_I2V_V3.safetensors")
 
828
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
829
  )
830
  teneros_strength = gr.Slider(
831
+ label="Multipurpose furry strength",
832
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
833
  )
834
  sulphur_strength = gr.Slider(