From a70660cabbfc98d8fc8cc749950ed433d98f5338 Mon Sep 17 00:00:00 2001 From: Opalsky-ai Date: Fri, 25 Oct 2024 12:21:52 -0600 Subject: [PATCH] Added OpalSky Nodes to custom-node-list --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index fc62ba67..ca288d13 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16338,6 +16338,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "OpalSky", + "title": "String Switch OpalSky", + "reference": "https://github.com/OpalSky-AI/OpalSky_Nodes", + "files": [ + "https://github.com/OpalSky-AI/OpalSky_Nodes/raw/main/string_switch_opalsky.py" + ], + "install_type": "copy", + "description": "A custom node for ComfyUI that allows users to concatenate strings with the option to toggle between predefined styles and custom strings. It supports advanced string operations for use in image generation workflows." + } ] }