mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-07 04:30:48 +08:00
This commit is contained in:
parent
48ab18d9e1
commit
fa009e729e
@ -40051,6 +40051,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
||||
},
|
||||
{
|
||||
"author": "ZUENS2020",
|
||||
"title": "ComfyUI LLM Nodes",
|
||||
"id": "comfyui-llm-nodes",
|
||||
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
|
||||
"files": [
|
||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -40457,17 +40468,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "ZUENS2020",
|
||||
"title": "ComfyUI LLM Nodes",
|
||||
"id": "comfyui-llm-nodes",
|
||||
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
|
||||
"files": [
|
||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
|
||||
],
|
||||
"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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -15747,6 +15747,16 @@
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/Rhovanx/wan_vace_auto_joiner": [
|
||||
[
|
||||
"WanVaceAutoJoiner",
|
||||
"WanVaceAutoJoinerFinalize",
|
||||
"WanVaceAutoJoinerSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "Wan Vace Auto Joiner"
|
||||
}
|
||||
],
|
||||
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
||||
[
|
||||
"CryptoCatImage",
|
||||
@ -21630,6 +21640,19 @@
|
||||
"title_aux": "comfyui-portrait-master-zh-cn"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
|
||||
[
|
||||
"ChatParams",
|
||||
"GeminiImageParams",
|
||||
"LLMBaseConfig",
|
||||
"LLMChatGenerate",
|
||||
"LLMImageGenerate",
|
||||
"OpenAIImageParams"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LLM Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
||||
[
|
||||
"AutoFlowAddAlphaChannel",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ZUENS2020",
|
||||
"title": "ComfyUI LLM Nodes",
|
||||
"id": "comfyui-llm-nodes",
|
||||
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
|
||||
"files": [
|
||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"author": "Rhovanx",
|
||||
"title": "Wan Vace Auto Joiner",
|
||||
|
||||
@ -15747,6 +15747,16 @@
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/Rhovanx/wan_vace_auto_joiner": [
|
||||
[
|
||||
"WanVaceAutoJoiner",
|
||||
"WanVaceAutoJoinerFinalize",
|
||||
"WanVaceAutoJoinerSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "Wan Vace Auto Joiner"
|
||||
}
|
||||
],
|
||||
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
||||
[
|
||||
"CryptoCatImage",
|
||||
@ -21630,6 +21640,19 @@
|
||||
"title_aux": "comfyui-portrait-master-zh-cn"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
|
||||
[
|
||||
"ChatParams",
|
||||
"GeminiImageParams",
|
||||
"LLMBaseConfig",
|
||||
"LLMChatGenerate",
|
||||
"LLMImageGenerate",
|
||||
"OpenAIImageParams"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LLM Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
||||
[
|
||||
"AutoFlowAddAlphaChannel",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user