Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -285,8 +285,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
|
| 285 |
weights_dir = Path("weights")
|
| 286 |
weights_dir.mkdir(exist_ok=True)
|
| 287 |
checkpoint_path = hf_hub_download(
|
| 288 |
-
repo_id=
|
| 289 |
-
filename="
|
| 290 |
local_dir=str(weights_dir),
|
| 291 |
local_dir_use_symlinks=False,
|
| 292 |
)
|
|
@@ -315,6 +315,7 @@ realism_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="FurryenhancerLT
|
|
| 315 |
transition_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2_takerpov_lora_v1.2.safetensors") # takerpov1, taker pov
|
| 316 |
physics_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Better_Physics_PhysLTX.safetensors")
|
| 317 |
reasoning_lora_path = hf_hub_download(repo_id="LiconStudio/Ltx2.3-VBVR-lora-I2V", filename="Ltx2.3-Licon-VBVR-I2V-390K-R32.safetensors")
|
|
|
|
| 318 |
|
| 319 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 320 |
print(f"General LoRA: {general_lora_path}")
|
|
|
|
| 285 |
weights_dir = Path("weights")
|
| 286 |
weights_dir.mkdir(exist_ok=True)
|
| 287 |
checkpoint_path = hf_hub_download(
|
| 288 |
+
repo_id="SulphurAI/Sulphur-2-base",
|
| 289 |
+
filename="sulphur_distil_bf16.safetensors",
|
| 290 |
local_dir=str(weights_dir),
|
| 291 |
local_dir_use_symlinks=False,
|
| 292 |
)
|
|
|
|
| 315 |
transition_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2_takerpov_lora_v1.2.safetensors") # takerpov1, taker pov
|
| 316 |
physics_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Better_Physics_PhysLTX.safetensors")
|
| 317 |
reasoning_lora_path = hf_hub_download(repo_id="LiconStudio/Ltx2.3-VBVR-lora-I2V", filename="Ltx2.3-Licon-VBVR-I2V-390K-R32.safetensors")
|
| 318 |
+
twostep_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Multi_step_video_reasoning_V0.1.safetensors")
|
| 319 |
|
| 320 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 321 |
print(f"General LoRA: {general_lora_path}")
|