Spaces:
Runtime error
Runtime error
TeaCache
Browse files
app.py
CHANGED
|
@@ -1135,7 +1135,7 @@ with block:
|
|
| 1135 |
True, # randomize_seed
|
| 1136 |
42, # seed
|
| 1137 |
1, # batch
|
| 1138 |
-
|
| 1139 |
1, # total_second_length
|
| 1140 |
9, # latent_window_size
|
| 1141 |
25, # steps
|
|
@@ -1164,7 +1164,7 @@ with block:
|
|
| 1164 |
10.0, # gs
|
| 1165 |
0.0, # rs
|
| 1166 |
6, # gpu_memory_preservation
|
| 1167 |
-
|
| 1168 |
False, # no_resize
|
| 1169 |
16, # mp4_crf
|
| 1170 |
5, # num_clean_frames
|
|
|
|
| 1135 |
True, # randomize_seed
|
| 1136 |
42, # seed
|
| 1137 |
1, # batch
|
| 1138 |
+
640, # resolution
|
| 1139 |
1, # total_second_length
|
| 1140 |
9, # latent_window_size
|
| 1141 |
25, # steps
|
|
|
|
| 1164 |
10.0, # gs
|
| 1165 |
0.0, # rs
|
| 1166 |
6, # gpu_memory_preservation
|
| 1167 |
+
True, # use_teacache
|
| 1168 |
False, # no_resize
|
| 1169 |
16, # mp4_crf
|
| 1170 |
5, # num_clean_frames
|