Update app.py
Browse files
app.py
CHANGED
|
@@ -383,7 +383,7 @@ pipeline = LTX23DistilledA2VPipeline(
|
|
| 383 |
# ----------------------------------------------------------------
|
| 384 |
|
| 385 |
def _make_lora_key(distilled_strength: float, pose_strength: float, general_strength: float, motion_strength: float, dreamlay_strength: float, mself_strength: float, dramatic_strength: float, fluid_strength: float, liquid_strength: float, demopose_strength: float, voice_strength: float, realism_strength: float, transition_strength: float) -> tuple[str, str]:
|
| 386 |
-
rn = round(float(
|
| 387 |
rp = round(float(pose_strength), 2)
|
| 388 |
rg = round(float(general_strength), 2)
|
| 389 |
rm = round(float(motion_strength), 2)
|
|
|
|
| 383 |
# ----------------------------------------------------------------
|
| 384 |
|
| 385 |
def _make_lora_key(distilled_strength: float, pose_strength: float, general_strength: float, motion_strength: float, dreamlay_strength: float, mself_strength: float, dramatic_strength: float, fluid_strength: float, liquid_strength: float, demopose_strength: float, voice_strength: float, realism_strength: float, transition_strength: float) -> tuple[str, str]:
|
| 386 |
+
rn = round(float(distilled_strength), 2)
|
| 387 |
rp = round(float(pose_strength), 2)
|
| 388 |
rg = round(float(general_strength), 2)
|
| 389 |
rm = round(float(motion_strength), 2)
|