diff --git a/custom-node-list.json b/custom-node-list.json index f7eb8a1d..0e3a67e5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19544,6 +19544,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ciga2011", + "title": "ComfyUI AppGen", + "id": "appgen", + "reference": "https://github.com/ciga2011/ComfyUI-AppGen", + "files": [ + "https://github.com/ciga2011/ComfyUI-AppGen" + ], + "pip": ["openai", "python-dotenv"], + "install_type": "git-clone", + "description": "A ComfyUI node pack designed to generate and edit Single Page Applications (SPAs) using natural language." + } ] }