dagloop5 commited on
Commit
4f2aa52
·
verified ·
1 Parent(s): 4c881d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="TenStrip/LTX2.3-10Eros",
368
- filename="10Eros_v1.4_bf16.safetensors",
369
  local_dir=str(weights_dir),
370
  local_dir_use_symlinks=False,
371
  )
 
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
  )