Add Create Video to the essentials tab (#13863)

This commit is contained in:
AustinMroz 2026-05-12 23:42:31 -07:00 committed by GitHub
parent 240363f11e
commit a5189fed51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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."),