Update custom-node-list.json: (#1577)

* added  ComfyUI-Regex-Runner node
This commit is contained in:
orange90 2025-02-25 21:44:31 +08:00 committed by GitHub
parent cad1482b3f
commit 94b6f9b2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21829,6 +21829,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
} }
] ]
} }