Update app.py
Browse files
app.py
CHANGED
|
@@ -312,7 +312,7 @@ liquid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="liquid_wet_dr1pp
|
|
| 312 |
demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="clapping-cheeks-audio-v001-alpha.safetensors")
|
| 313 |
voice_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="hentai_voice_ltx23.safetensors")
|
| 314 |
realism_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="FurryenhancerLTX2.3V1.215.safetensors")
|
| 315 |
-
transition_lora_path = hf_hub_download(repo_id=
|
| 316 |
|
| 317 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 318 |
print(f"General LoRA: {general_lora_path}")
|
|
@@ -793,7 +793,7 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
|
|
| 793 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 794 |
)
|
| 795 |
transition_strength = gr.Slider(
|
| 796 |
-
label="
|
| 797 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 798 |
)
|
| 799 |
prepare_lora_btn = gr.Button("Prepare / Load LoRA Cache", variant="secondary")
|
|
|
|
| 312 |
demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="clapping-cheeks-audio-v001-alpha.safetensors")
|
| 313 |
voice_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="hentai_voice_ltx23.safetensors")
|
| 314 |
realism_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="FurryenhancerLTX2.3V1.215.safetensors")
|
| 315 |
+
transition_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2_takerpov_lora_v1.2.safetensors") # takerpov1, taker pov
|
| 316 |
|
| 317 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 318 |
print(f"General LoRA: {general_lora_path}")
|
|
|
|
| 793 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 794 |
)
|
| 795 |
transition_strength = gr.Slider(
|
| 796 |
+
label="POV strength",
|
| 797 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 798 |
)
|
| 799 |
prepare_lora_btn = gr.Button("Prepare / Load LoRA Cache", variant="secondary")
|