dagloop5 commited on
Commit
8a6a16c
·
verified ·
1 Parent(s): 725fa2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -364,8 +364,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
364
  weights_dir = Path("weights")
365
  weights_dir.mkdir(exist_ok=True)
366
  checkpoint_path = hf_hub_download(
367
- repo_id="ibyteohdear/Lightricks-LTX-2.3-DISTILLED-10-Eros",
368
- filename="LTX2.3_DISTILLED_BAKED_LTX_SULPHUR_STYLE_IS_10Eros_v14_r768.safetensors",
369
  local_dir=str(weights_dir),
370
  local_dir_use_symlinks=False,
371
  )
@@ -377,7 +377,7 @@ LORA_REPO = "dagloop5/LoRA"
377
  print("=" * 80)
378
  print("Downloading LoRA adapters from dagloop5/LoRA...")
379
  print("=" * 80)
380
- singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_DMD_Lora", filename="LTX2.3_DMD_reshaped_r256.safetensors")
381
  teneros_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3-Furry-2D-NSFW-Multi-Purpose-Lora+Cum.safetensors")
382
  sulphur_lora_path =hf_hub_download(repo_id=LORA_REPO, filename="ltx23E28093SlowMotion26.Pkrs.safetensors")
383
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
 
364
  weights_dir = Path("weights")
365
  weights_dir.mkdir(exist_ok=True)
366
  checkpoint_path = hf_hub_download(
367
+ repo_id="TenStrip/LTX2.3-10Eros",
368
+ filename="10Eros_v1.3_bf16.safetensors",
369
  local_dir=str(weights_dir),
370
  local_dir_use_symlinks=False,
371
  )
 
377
  print("=" * 80)
378
  print("Downloading LoRA adapters from dagloop5/LoRA...")
379
  print("=" * 80)
380
+ singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments", filename="ltx-2.3-22b-distilled-lora-1.1_rank72_energy.safetensors")
381
  teneros_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3-Furry-2D-NSFW-Multi-Purpose-Lora+Cum.safetensors")
382
  sulphur_lora_path =hf_hub_download(repo_id=LORA_REPO, filename="ltx23E28093SlowMotion26.Pkrs.safetensors")
383
  pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")