From bba3b31b34a70906098b77d9abc04531527b965f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sat, 30 Aug 2025 10:42:12 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b7d41198..db5c6d0b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46,18 +46,6 @@ "install_type": "git-clone", "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." }, - { - "author": "yohji-yohji", - "title": "ComfyUI Gemini 2.5 Image API", - "id": "comfyui-gemini25-image-api", - "reference": "https://github.com/yohji-yohji/comfyui-gemini-2.5-image-api", - "files": [ - "https://github.com/yohji-yohji/comfyui-gemini-2.5-image-api" - ], - "install_type": "git-clone", - "description": "使用Gemini 2.5 API生成图像的ComfyUI节点,支持文本提示词和 最多8张参考图像,具有灵活的纵横比控制和中文界面。支持自定义API端点和创意度控制。A ComfyUI node for image,generation using Gemini 2.5 API with text prompts and up to 8 reference images, featuring flexible aspect ratio control and Chinese interface support.", - "pip": ["requests", "Pillow"] - }, { "author": "Dr.Lt.Data", "title": "ComfyUI Connection Helper", @@ -32302,6 +32290,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "yohji-yohji", + "title": "ComfyUI Gemini 2.5 Image API", + "id": "comfyui-gemini25-image-api", + "reference": "https://github.com/yohji-yohji/comfyui-gemini-2.5-image-api", + "files": [ + "https://github.com/yohji-yohji/comfyui-gemini-2.5-image-api" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for image,generation using Gemini 2.5 API with text prompts and up to 8 reference images, featuring flexible aspect ratio control and Chinese interface support.", + "pip": ["requests", "Pillow"] + }, ] }