diff --git a/custom-node-list.json b/custom-node-list.json index fff1e858..4292ea0b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30437,6 +30437,16 @@ "install_type": "git-clone", "description": "A collection of custom nodes for integrating Google Gemini API with ComfyUI, providing powerful AI capabilities for text generation, image generation, and video analysis. Nodes: Gemini Text API, Gemini Image Editor, Gemini Image Gen Advanced, Gemini Video Captioner." }, + { + "author": "alFrame", + "title": "AF - Edit Generated Prompt", + "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." + }, @@ -30867,13 +30877,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "title": "AF - Edit Generated Prompt", - "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", - "files": ["https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt"], - "install_type": "git-clone", - "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 7d1aa3c5..f7264a92 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "JasonW146", + "title": "JasonW146", + "reference": "https://github.com/JasonW146/ComfyUI-Manual-Openpose", + "files": [ + "https://github.com/JasonW146/ComfyUI-Manual-Openpose" + ], + "install_type": "git-clone", + "description": "ComfyUI node that provides the ability to manually map out Controlnet Openpose landmarks for a batch of images." + }, { "author": "slezica", "title": "slezica/ComfyUI Personal Nodes", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index dd8632dd..0319e2f4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "alFrame", + "title": "AF - Edit Generated Prompt", + "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." + }, { "author": "jqy-yo", "title": "ComfyUI Gemini Nodes", @@ -678,70 +688,6 @@ ], "install_type": "git-clone", "description": "A ComfyUI node for pixel art scaling. Automatically detects the pixel scale using an edge-aware method (Sobel filter + voting on tiles) and downscales the image to that pixel size, reducing color palette." - }, - { - "author": "adrianschubek", - "title": "comfyui-zeug", - "reference": "https://github.com/adrianschubek/comfyui-zeug", - "files": [ - "https://github.com/adrianschubek/comfyui-zeug" - ], - "install_type": "git-clone", - "description": "comfyui-zeug (German for 'gear' or 'stuff') is a collection of custom nodes for ComfyUI, designed to enhance functionality and provide additional features." - }, - { - "author": "smthemex", - "title": "ComfyUI_ObjectClear", - "reference": "https://github.com/smthemex/ComfyUI_ObjectClear", - "files": [ - "https://github.com/smthemex/ComfyUI_ObjectClear" - ], - "install_type": "git-clone", - "description": "ObjectClear:Complete Object Removal via Object-Effect Attention,you can try it in ComfyUI" - }, - { - "author": "Cyrostar", - "title": "ComfyUI-Artha-Gemini", - "id": "comfyui-artha-gemini", - "reference": "https://github.com/Cyrostar/ComfyUI-Artha-Gemini", - "files": [ - "https://github.com/Cyrostar/ComfyUI-Artha-Gemini" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting." - }, - { - "author": "builmenlabo", - "title": "ComfyUI builmenlabo - Unified Package", - "id": "builmenlabo", - "reference": "https://github.com/comnote-max/builmenlabo", - "files": [ - "https://github.com/comnote-max/builmenlabo" - ], - "install_type": "git-clone", - "description": "Comprehensive collection of ComfyUI custom nodes: 🦙 Advanced LLM text generation with Llama-CPP (CPU/GPU acceleration), 🌐 Smart multi-language prompt translation (Google/DeepL/Yandex/Baidu), 🌍 20-language interface toggle, 📸 AI-powered Gemini pose analysis, 🎛️ Smart ControlNet management. Perfect unified package for AI artists and creators. Blog: https://note.com/hirodream44", - "nodename_pattern": "builmenlabo", - "tags": [ - "LLM", - "translation", - "multilingual", - "pose-analysis", - "controlnet", - "text-generation", - "gemini", - "llama-cpp", - "AI" - ] - }, - { - "author": "o-l-l-i", - "title": "Olm Channel Mixer for ComfyUI", - "reference": "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer", - "files": [ - "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer" - ], - "install_type": "git-clone", - "description": "An interactive, classic channel mixer color adjustment node for ComfyUI, with realtime preview and a responsive editing interface." } ] }