From c4b640f073c2f7d78d00a8bb39fa3d8846b0501b Mon Sep 17 00:00:00 2001 From: OpalSky <55708384+OpalSky-AI@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:51:42 -0600 Subject: [PATCH] Added OpalSky Nodes to custom-node-list (#1186) * Added OpalSky Nodes to custom-node-list * Update custom-node-list.json Added OpalSky_nodes --- custom-node-list.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4611aaa5..3a9010f9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16468,6 +16468,13 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "OpalSky", + "title": "OpalSky Nodes", + "reference": "https://github.com/OpalSky-AI/OpalSky_Nodes", + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows." + }, ] }