From 29b735b0a2f243451eef371219dc7e8cc7274e5c Mon Sep 17 00:00:00 2001 From: strawberryPunch Date: Fri, 18 Jul 2025 00:56:04 +0900 Subject: [PATCH] Add StrawberryFist VRAM Optimizer node to custom-node-list.json --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2b76f3b9..f7b9aadf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29854,4 +29854,18 @@ "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"], + "js_path": "strawberry_vram_optimizer", + "preemptions": "AUTO" } +