Visit ComfyUI Online for ready-to-use ComfyUI environment
Transform image sequence into video file with customizable settings for AI artists.
The "Create Video from Path" node is designed to help you transform a sequence of images into a cohesive video file. This node is particularly useful for AI artists who want to compile their generated images into a video format for easier viewing, sharing, or further processing. By specifying various parameters such as transition frames, image delay, and output settings, you can customize the video creation process to suit your specific needs. The node handles the complexities of video encoding and frame transitions, allowing you to focus on the creative aspects of your project.
This parameter defines the number of frames used to create a smooth transition between consecutive images. Increasing the number of transition frames will result in a smoother transition but will also increase the video length. The default value is 10 frames.
This parameter sets the delay time in seconds for each image before transitioning to the next one. A higher value will make each image appear longer in the video. The default value is 10 seconds.
Frames per second (fps) determine the frame rate of the video. A higher fps value results in a smoother video but may require more processing power and storage. The default value is 30 fps.
This parameter specifies the maximum size (in pixels) for the width or height of the images in the video. Images will be rescaled to fit within this size while maintaining their aspect ratio. The default value is 512 pixels.
The directory path where the input images are stored. The node will read images from this path to create the video. The default path is "./ComfyUI/input".
The directory path where the output video will be saved. The node will write the final video file to this location. The default path is "./ComfyUI/output".
The name of the output video file without the extension. This allows you to specify a custom name for your video. The default filename is "morph".
This parameter specifies the video codec to be used for encoding the video. Common codecs include "H264" and "XVID". The default codec is "H264".
The path to the created video file. This output parameter provides the location of the video file generated by the node, allowing you to easily access and use the video in subsequent steps of your workflow.
transition_frames
and image_delay_sec
parameters to achieve the desired pacing and smoothness in your video.fps
value for smoother videos, especially if your images contain a lot of motion or detail.max_size
parameter is set appropriately to avoid excessive resizing, which can degrade image quality.codec
is supported by your system and the intended playback devices.max_size
parameter is set correctly to avoid resizing issues.<output_file>
"output_path
and filename
parameters are set correctly.<i>
: <error_message>
"max_size
parameter to make sure it is appropriate for the input images.<output_file>
"© Copyright 2024 RunComfy. All Rights Reserved.