From ded0032026f3b90fd26fa547d7d068c304146738 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sun, 15 Mar 2026 04:22:24 -0700 Subject: [PATCH] fix: remove essentials_category from CreateVideo (not in spec) --- comfy_extras/nodes_video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 167b3cc58..5c096c232 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -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."),