Skip to content

Commit 2ea28d6

Browse files
DN6sayakpaul
andauthored
Change export_to_video default (huggingface#6990)
update Co-authored-by: Sayak Paul <[email protected]>
1 parent a1cb106 commit 2ea28d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/utils/export_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def export_to_obj(mesh, output_obj_path: str = None):
116116

117117

118118
def export_to_video(
119-
video_frames: Union[List[np.ndarray], List[PIL.Image.Image]], output_video_path: str = None, fps: int = 8
119+
video_frames: Union[List[np.ndarray], List[PIL.Image.Image]], output_video_path: str = None, fps: int = 10
120120
) -> str:
121121
if is_opencv_available():
122122
import cv2

0 commit comments

Comments
 (0)