[Partner Nodes] chore: update the category of the Beeble nodes (#14156)

Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
Alexander Piskun 2026-05-28 19:23:51 +03:00 committed by GitHub
parent 4af9a47227
commit cffa2f43aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,7 @@ class BeebleSwitchXVideoEdit(IO.ComfyNode):
return IO.Schema( return IO.Schema(
node_id="BeebleSwitchXVideoEdit", node_id="BeebleSwitchXVideoEdit",
display_name="Beeble SwitchX Video Edit", display_name="Beeble SwitchX Video Edit",
category="api node/video/Beeble", category="video/partner/Beeble",
description=( description=(
"Edit a video with Beeble SwitchX. Switches anything in the scene (background, " "Edit a video with Beeble SwitchX. Switches anything in the scene (background, "
"lighting, costume) while preserving the original subject's pixels and motion. " "lighting, costume) while preserving the original subject's pixels and motion. "
@ -302,7 +302,7 @@ class BeebleSwitchXImageEdit(IO.ComfyNode):
return IO.Schema( return IO.Schema(
node_id="BeebleSwitchXImageEdit", node_id="BeebleSwitchXImageEdit",
display_name="Beeble SwitchX Image Edit", display_name="Beeble SwitchX Image Edit",
category="api node/image/Beeble", category="image/partner/Beeble",
description=( description=(
"Edit a single image with Beeble SwitchX. Switches anything in the scene " "Edit a single image with Beeble SwitchX. Switches anything in the scene "
"(background, lighting, costume) while preserving the original subject's pixels. " "(background, lighting, costume) while preserving the original subject's pixels. "