tori29umai commited on
Commit
4ad99b9
·
verified ·
1 Parent(s): ea4f57c

Update diffusers_helper/utils.py

Browse files
Files changed (1) hide show
  1. diffusers_helper/utils.py +1 -1
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=18):
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