dagloop5 commited on
Commit
ea2df72
·
verified ·
1 Parent(s): 1be38e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -245,8 +245,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
245
  weights_dir = Path("weights")
246
  weights_dir.mkdir(exist_ok=True)
247
  checkpoint_path = hf_hub_download(
248
- repo_id="TenStrip/LTX2.3-10Eros",
249
- filename="10Eros_v1_bf16.safetensors",
250
  local_dir=str(weights_dir),
251
  local_dir_use_symlinks=False,
252
  )
 
245
  weights_dir = Path("weights")
246
  weights_dir.mkdir(exist_ok=True)
247
  checkpoint_path = hf_hub_download(
248
+ repo_id="SulphurAI/Sulphur-2-base",
249
+ filename="sulphur_distil_bf16.safetensorss",
250
  local_dir=str(weights_dir),
251
  local_dir_use_symlinks=False,
252
  )