From fe4d6d38f21f7df86d0109f26eb18a8d21ef7c36 Mon Sep 17 00:00:00 2001 From: bugltd <194549623+bugltd@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:14:01 +0100 Subject: [PATCH] add ComfyLab-Pack to custom-node-list.json --- custom-node-list.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b948d691..8011f31f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16498,7 +16498,7 @@ ], "install_type": "git-clone", "description": "This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running ShellAgent apps with ComfyUI, but they can also be used independently to specify input/output variables and their requirements explicitly." - }, + }, { "author": "Vrch Studio (vrch.ai)", "title": "ComfyUI Web Viewer", @@ -18140,7 +18140,7 @@ "install_type": "git-clone" }, { - "author": "magic-quill", + "author": "magic-quill", "title": "ComfyUI_MagicQuill", "id": "MagicQuill", "reference": "https://github.com/magic-quill/ComfyUI_MagicQuill", @@ -19835,7 +19835,7 @@ - + { "author": "Ser-Hilary", @@ -20247,6 +20247,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "bugltd", + "title": "ComfyLab Pack", + "id": "comfylab-pack", + "reference": "https://github.com/bugltd/ComfyLab-Pack", + "files": [ + "https://github.com/bugltd/ComfyLab-Pack" + ], + "nodename_pattern": " \\(lab\\)$", + "install_type": "git-clone", + "description": "Nodes: XY Plot with many options, Output Config (JSON / JSON5 / YAML), Queue, Format String, List utilities, Input nodes, ...." } ] }