From a7a69103940d46484b90f4ab8672ec2d763e7758 Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Sun, 21 Dec 2025 22:59:31 +0100 Subject: [PATCH] Add Majoor Project Settings custom node Added a new custom node extension for project management in ComfyUI. --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cd2b4af5..7fe28b8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38834,6 +38834,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "MajoorWaldi", + "title": "Majoor Project Settings", + "id": "ComfyUI-Majoor-ProjectSettings", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings", + "files": [ + "https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings" + ], + "install_type": "git-clone", + "description": "A custom node extension that adds project management functionality to ComfyUI.", + "tags": ["project manager", "settings", "metadata", "workflow", "utility","comfy",""project + } ] }