From 4f26abe61dbac970f77f7f62efdcbe5789c300be Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Thu, 28 May 2026 19:04:08 +0300 Subject: [PATCH] [Partner Nodes] chore: update the category of the Beeble nodes Signed-off-by: bigcat88 --- comfy_api_nodes/nodes_beeble.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy_api_nodes/nodes_beeble.py b/comfy_api_nodes/nodes_beeble.py index 6c0a8f0502f1..f1082884cf79 100644 --- a/comfy_api_nodes/nodes_beeble.py +++ b/comfy_api_nodes/nodes_beeble.py @@ -206,7 +206,7 @@ def define_schema(cls) -> IO.Schema: return IO.Schema( node_id="BeebleSwitchXVideoEdit", display_name="Beeble SwitchX Video Edit", - category="api node/video/Beeble", + category="video/partner/Beeble", description=( "Edit a video with Beeble SwitchX. Switches anything in the scene (background, " "lighting, costume) while preserving the original subject's pixels and motion. " @@ -302,7 +302,7 @@ def define_schema(cls) -> IO.Schema: return IO.Schema( node_id="BeebleSwitchXImageEdit", display_name="Beeble SwitchX Image Edit", - category="api node/image/Beeble", + category="image/partner/Beeble", description=( "Edit a single image with Beeble SwitchX. Switches anything in the scene " "(background, lighting, costume) while preserving the original subject's pixels. "