From 9257d497b8ed4f185342c4b484f4f0c1f6cb40bd Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 24 Sep 2025 23:13:59 +0100 Subject: [PATCH] Add pg nodesAdd "PG Nodes" to custom-node-list.json (#2173) * Update custom-node-list.json for PG Nodes * Update custom-node-list.json for PG Nodes (fix) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b894e7aa..14b4c916 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33634,6 +33634,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "GizmoR13", + "title": "PG Nodes", + "id": "PG", + "reference": "https://github.com/GizmoR13/PG-Nodes", + "files": [ + "https://github.com/GizmoR13/PG-Nodes" + ], + "install_type": "git-clone", + "description": "Pragmatic utilities for ComfyUI: Lazy Prompt (history + randomizer), Unified Loader (+ mini), Just Save Image (+ passthrough)." } ] }