From 49c42de7d66e1fbd9e4caf165b6651a34ff3f56f Mon Sep 17 00:00:00 2001 From: ZUENS2020 Date: Fri, 2 Jan 2026 10:14:36 +0800 Subject: [PATCH 1/3] Update ComfyUI-LLM-Nodes to ComfyUI-Gemini-LiteLLM v3.0.0 - Rename repository from ComfyUI-LLM-Nodes to ComfyUI-Gemini-LiteLLM - Remove OpenAI support, Gemini-only implementation - Support multimodal chat and image generation - Add temperature control (0-1) and aspect ratio options - Update node ID and description in custom-node-list.json - Update repository URL in extension-node-map.json - Remove OpenAIImageParams from node list --- custom-node-list.json | 10 +++++----- extension-node-map.json | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 47b57345..1edbbe5f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40053,14 +40053,14 @@ }, { "author": "ZUENS2020", - "title": "ComfyUI LLM Nodes", - "id": "comfyui-llm-nodes", - "reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes", + "title": "ComfyUI Gemini LiteLLM Nodes", + "id": "comfyui-gemini-litellm", + "reference": "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM", "files": [ - "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes" + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM" ], "install_type": "git-clone", - "description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies." + "description": "Gemini 3 chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." }, diff --git a/extension-node-map.json b/extension-node-map.json index 089bbdd8..e15a57e2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21640,17 +21640,16 @@ "title_aux": "comfyui-portrait-master-zh-cn" } ], - "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [ + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": [ [ "ChatParams", "GeminiImageParams", "LLMBaseConfig", "LLMChatGenerate", - "LLMImageGenerate", - "OpenAIImageParams" + "LLMImageGenerate" ], { - "title_aux": "ComfyUI LLM Nodes" + "title_aux": "ComfyUI Gemini LiteLLM Nodes" } ], "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [ From 4e3bf5d7fb5dfb925ee4fb01c251e4f7e3c84da3 Mon Sep 17 00:00:00 2001 From: ZUENS2020 <161032866+ZUENS2020@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:30:18 +0800 Subject: [PATCH 2/3] Fix description text in custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1edbbe5f..0cb5eb05 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40060,7 +40060,7 @@ "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM" ], "install_type": "git-clone", - "description": "Gemini 3 chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." + "description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." }, From 7146819ad7d3e838d7a2f17027224be0b78a223b Mon Sep 17 00:00:00 2001 From: ZUENS2020 <161032866+ZUENS2020@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:30:43 +0800 Subject: [PATCH 3/3] Fix formatting in custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0cb5eb05..0204ed34 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40060,7 +40060,7 @@ "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM" ], "install_type": "git-clone", - "description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." + "description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." },