From b07082a52d78e8b2b4bba8c3ed339b2a9a5b1832 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 19 Jul 2025 18:16:26 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 26 +++++++++++++------------- node_db/new/custom-node-list.json | 13 +++++++++++++ 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0c93eb86..a5bdbee8 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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"] } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b342be02..3fbb1403 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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",