mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
04f267f5a7
commit
b07082a52d
@ -29431,6 +29431,19 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This repository contains a powerful and versatile custom node for ComfyUI that seamlessly integrates with OpenAI-compatible Large Language Models (LLMs), including multimodal (vision-enabled) models like GPT-4o.\nThis single node allows you to perform both text generation and image analysis, making it an essential tool for advanced prompt engineering and creative automation."
|
"description": "This repository contains a powerful and versatile custom node for ComfyUI that seamlessly integrates with OpenAI-compatible Large Language Models (LLMs), including multimodal (vision-enabled) models like GPT-4o.\nThis single node allows you to perform both text generation and image analysis, making it an essential tool for advanced prompt engineering and creative automation."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "StrawberryFist",
|
||||||
|
"title": "StrawberryFist VRAM Optimizer",
|
||||||
|
"reference": "https://github.com/strawberryPunch/vram_optimizer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/strawberryPunch/vram_optimizer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
|
||||||
|
"nodename_pattern": "StFist",
|
||||||
|
"pip": ["GPUtil>=1.4.0"],
|
||||||
|
"tags": ["vram", "gpu", "optimizer", "monitoring"]
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -29852,19 +29865,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "StrawberryFist",
|
|
||||||
"title": "StrawberryFist VRAM Optimizer",
|
|
||||||
"reference": "https://github.com/strawberryPunch/vram_optimizer",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/strawberryPunch/vram_optimizer"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
|
|
||||||
"nodename_pattern": "StFist",
|
|
||||||
"pip": ["GPUtil>=1.4.0"],
|
|
||||||
"tags": ["vram", "gpu", "optimizer", "monitoring"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,18 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "StrawberryFist",
|
||||||
|
"title": "StrawberryFist VRAM Optimizer",
|
||||||
|
"reference": "https://github.com/strawberryPunch/vram_optimizer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/strawberryPunch/vram_optimizer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
|
||||||
|
"nodename_pattern": "StFist",
|
||||||
|
"pip": ["GPUtil>=1.4.0"],
|
||||||
|
"tags": ["vram", "gpu", "optimizer", "monitoring"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Aero-Ex",
|
"author": "Aero-Ex",
|
||||||
"title": "ComfyUI Vision LLM Analyzer Node",
|
"title": "ComfyUI Vision LLM Analyzer Node",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user