inoculatemedia commited on
Commit
3904c8d
·
verified ·
1 Parent(s): 84560b2

Update kandinsky/t2v_pipeline.py

Browse files
Files changed (1) hide show
  1. kandinsky/t2v_pipeline.py +1 -1
kandinsky/t2v_pipeline.py CHANGED
@@ -111,7 +111,7 @@ class Kandinsky4T2VPipeline:
111
  width: int = 512,
112
  height: int = 512,
113
  seed: int = None,
114
- return_frames: bool = False
115
  ):
116
  num_steps = 8
117
 
 
111
  width: int = 512,
112
  height: int = 512,
113
  seed: int = None,
114
+ return_frames: bool = True
115
  ):
116
  num_steps = 8
117