update DB

This commit is contained in:
Dr.Lt.Data 2025-07-19 18:16:26 +09:00
parent 04f267f5a7
commit b07082a52d
2 changed files with 26 additions and 13 deletions

View File

@ -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"]
}
]
}

View File

@ -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",