fix: remove essentials_category from CreateVideo (not in spec)
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
bymyself 2026-03-15 04:22:24 -07:00
parent 91c6ccd39f
commit ded0032026

View File

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