Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -851,7 +851,7 @@ def generate_video(
|
|
| 851 |
temp_last_path = Path(last_image)
|
| 852 |
images.append(ImageConditioningInput(path=str(temp_last_path), frame_idx=num_frames - 1, strength=1.0))
|
| 853 |
|
| 854 |
-
tiling_config = TilingConfig()
|
| 855 |
video_chunks_number = get_video_chunks_number(num_frames, tiling_config)
|
| 856 |
|
| 857 |
video_guider_params = MultiModalGuiderParams(
|
|
|
|
| 851 |
temp_last_path = Path(last_image)
|
| 852 |
images.append(ImageConditioningInput(path=str(temp_last_path), frame_idx=num_frames - 1, strength=1.0))
|
| 853 |
|
| 854 |
+
tiling_config = TilingConfig.default()
|
| 855 |
video_chunks_number = get_video_chunks_number(num_frames, tiling_config)
|
| 856 |
|
| 857 |
video_guider_params = MultiModalGuiderParams(
|