Spaces:
Running
on
Zero
Running
on
Zero
Update diffusers_helper/utils.py
Browse files
diffusers_helper/utils.py
CHANGED
@@ -263,7 +263,7 @@ def soft_append_bcthw(history, current, overlap=0):
|
|
263 |
return output.to(history)
|
264 |
|
265 |
|
266 |
-
def save_bcthw_as_mp4(x, output_filename, fps=10, crf=
|
267 |
b, c, t, h, w = x.shape
|
268 |
|
269 |
per_row = b
|
|
|
263 |
return output.to(history)
|
264 |
|
265 |
|
266 |
+
def save_bcthw_as_mp4(x, output_filename, fps=10, crf=0):
|
267 |
b, c, t, h, w = x.shape
|
268 |
|
269 |
per_row = b
|