From 12602da16ce856c7f09abe3d0567e349d507cc57 Mon Sep 17 00:00:00 2001 From: ciga2011 Date: Mon, 13 Jan 2025 23:07:52 +0800 Subject: [PATCH] Update custom-node-list.json (#1442) * Update custom-node-list.json Add ComfyUI-AppGen * Update custom-node-list.json Add ComfyUI-Pollinations --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 897305c4..71957654 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19870,6 +19870,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ciga2011", + "title": "ComfyUI Pollinations", + "id": "pollinations", + "reference": "https://github.com/ciga2011/ComfyUI-Pollinations", + "files": [ + "https://github.com/ciga2011/ComfyUI-Pollinations" + ], + "install_type": "git-clone", + "description": "Generate images from text prompts using Pollinations' AI models for free." + } ] }