Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -614,6 +614,7 @@ def generate_video(
|
|
| 614 |
- GPU cache is cleared after generation to reduce VRAM pressure.
|
| 615 |
- If an input image is provided, it is temporarily saved to disk for processing.
|
| 616 |
"""
|
|
|
|
| 617 |
try:
|
| 618 |
# Randomize seed if checkbox is enabled
|
| 619 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|
|
|
|
| 614 |
- GPU cache is cleared after generation to reduce VRAM pressure.
|
| 615 |
- If an input image is provided, it is temporarily saved to disk for processing.
|
| 616 |
"""
|
| 617 |
+
print(f'generating with duration:{duration} and LoRA:{camera_lora} in {width}x{height}')
|
| 618 |
try:
|
| 619 |
# Randomize seed if checkbox is enabled
|
| 620 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|