mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
04f267f5a7
commit
b07082a52d
@ -29431,6 +29431,19 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"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": [
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI Vision LLM Analyzer Node",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user