Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ pipe.vae.enable_tiling()
|
|
| 16 |
|
| 17 |
MAX_SEED = np.iinfo(np.int32).max
|
| 18 |
MAX_IMAGE_SIZE = 2048
|
|
|
|
| 19 |
FPS = 30.0
|
| 20 |
|
| 21 |
def round_to_nearest_resolution_acceptable_by_vae(height, width):
|
|
|
|
| 16 |
|
| 17 |
MAX_SEED = np.iinfo(np.int32).max
|
| 18 |
MAX_IMAGE_SIZE = 2048
|
| 19 |
+
MAX_NUM_FRAMES = 257
|
| 20 |
FPS = 30.0
|
| 21 |
|
| 22 |
def round_to_nearest_resolution_acceptable_by_vae(height, width):
|