Update app.py
Browse files
app.py
CHANGED
|
@@ -333,7 +333,8 @@ pipeline = LTX23DistilledA2VPipeline(
|
|
| 333 |
)
|
| 334 |
# ----------------------------------------------------------------
|
| 335 |
|
| 336 |
-
def _make_lora_key(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) -> tuple[str, str]:
|
|
|
|
| 337 |
rg = round(float(general_strength), 2)
|
| 338 |
rm = round(float(motion_strength), 2)
|
| 339 |
rd = round(float(dreamlay_strength), 2)
|
|
|
|
| 333 |
)
|
| 334 |
# ----------------------------------------------------------------
|
| 335 |
|
| 336 |
+
def _make_lora_key(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) -> tuple[str, str]:
|
| 337 |
+
rp = round(float(pose_strength), 2)
|
| 338 |
rg = round(float(general_strength), 2)
|
| 339 |
rm = round(float(motion_strength), 2)
|
| 340 |
rd = round(float(dreamlay_strength), 2)
|