From 94b6f9b2febdff6617fee1408cb6c7d40cfb20db Mon Sep 17 00:00:00 2001 From: orange90 Date: Tue, 25 Feb 2025 21:44:31 +0800 Subject: [PATCH] Update custom-node-list.json: (#1577) * added ComfyUI-Regex-Runner node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 10ada155..4ebea7cf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21829,6 +21829,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "orange90", + "title": " ComfyUI-Regex-Runner ", + "id": "comfyui-regex-runner", + "reference": "https://github.com/orange90/ComfyUI-Regex-Runner", + "files": [ + "https://github.com/orange90/ComfyUI-Regex-Runner" + ], + "install_type": "git-clone", + "description": "This is a node to run regex for strings." } ] }