Group all nodes under JSON Dynamic menu category

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 15:53:31 +01:00
parent e19e918855
commit 7f1fc92c54
4 changed files with 13 additions and 10 deletions
+3 -3
View File
@@ -93,7 +93,7 @@ class JDL_PreviewToLoad:
RETURN_TYPES = ()
FUNCTION = "preview_and_save"
OUTPUT_NODE = True
CATEGORY = "utils/image"
CATEGORY = "JSON Dynamic/image"
def preview_and_save(self, images, filename="preview", mask=None, prompt=None, extra_pnginfo=None):
# Save to temp/ for preview (same as PreviewImage)
@@ -234,7 +234,7 @@ class JDL_LoadImage:
RETURN_TYPES = ("IMAGE", "MASK")
FUNCTION = "load_image"
CATEGORY = "utils/image"
CATEGORY = "JSON Dynamic/image"
def load_image(self, image, active):
if not active:
@@ -277,7 +277,7 @@ class JDL_ImageReceiver:
RETURN_TYPES = ("IMAGE", "MASK", "STRING")
RETURN_NAMES = ("image", "mask", "filename")
FUNCTION = "receive"
CATEGORY = "utils/image"
CATEGORY = "JSON Dynamic/image"
def receive(self, channel, active):
if not active: