Add Create Video to the essentials tab

This commit is contained in:
Austin Mroz
2026-05-12 19:26:48 -07:00
parent 300b6c8c91
commit fb14ccbd6f

View File

@ -123,6 +123,7 @@ class CreateVideo(io.ComfyNode):
search_aliases=["images to video"],
display_name="Create Video",
category="video",
essentials_category="Video Tools",
description="Create a video from images.",
inputs=[
io.Image.Input("images", tooltip="The images to create a video from."),