Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -588,6 +588,7 @@ def get_gpu_duration(
|
|
| 588 |
randomize_seed: bool = True,
|
| 589 |
height: int = 1024,
|
| 590 |
width: int = 1536,
|
|
|
|
| 591 |
pose_strength: float = 0.0,
|
| 592 |
general_strength: float = 0.0,
|
| 593 |
motion_strength: float = 0.0,
|
|
@@ -615,6 +616,7 @@ def generate_video(
|
|
| 615 |
randomize_seed: bool = True,
|
| 616 |
height: int = 1024,
|
| 617 |
width: int = 1536,
|
|
|
|
| 618 |
pose_strength: float = 0.0,
|
| 619 |
general_strength: float = 0.0,
|
| 620 |
motion_strength: float = 0.0,
|
|
|
|
| 588 |
randomize_seed: bool = True,
|
| 589 |
height: int = 1024,
|
| 590 |
width: int = 1536,
|
| 591 |
+
transit_strength: float = 0.0,
|
| 592 |
pose_strength: float = 0.0,
|
| 593 |
general_strength: float = 0.0,
|
| 594 |
motion_strength: float = 0.0,
|
|
|
|
| 616 |
randomize_seed: bool = True,
|
| 617 |
height: int = 1024,
|
| 618 |
width: int = 1536,
|
| 619 |
+
transit_strength: float = 0.0,
|
| 620 |
pose_strength: float = 0.0,
|
| 621 |
general_strength: float = 0.0,
|
| 622 |
motion_strength: float = 0.0,
|