Skip to content

Commit 49c42de

Browse files
committed
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
1 parent fa009e7 commit 49c42de

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

custom-node-list.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40053,14 +40053,14 @@
4005340053
},
4005440054
{
4005540055
"author": "ZUENS2020",
40056-
"title": "ComfyUI LLM Nodes",
40057-
"id": "comfyui-llm-nodes",
40058-
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
40056+
"title": "ComfyUI Gemini LiteLLM Nodes",
40057+
"id": "comfyui-gemini-litellm",
40058+
"reference": "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM",
4005940059
"files": [
40060-
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
40060+
"https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM"
4006140061
],
4006240062
"install_type": "git-clone",
40063-
"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."
40063+
"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."
4006440064
},
4006540065

4006640066

extension-node-map.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21640,17 +21640,16 @@
2164021640
"title_aux": "comfyui-portrait-master-zh-cn"
2164121641
}
2164221642
],
21643-
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
21643+
"https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": [
2164421644
[
2164521645
"ChatParams",
2164621646
"GeminiImageParams",
2164721647
"LLMBaseConfig",
2164821648
"LLMChatGenerate",
21649-
"LLMImageGenerate",
21650-
"OpenAIImageParams"
21649+
"LLMImageGenerate"
2165121650
],
2165221651
{
21653-
"title_aux": "ComfyUI LLM Nodes"
21652+
"title_aux": "ComfyUI Gemini LiteLLM Nodes"
2165421653
}
2165521654
],
2165621655
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [

0 commit comments

Comments
 (0)