From 04f267f5a79f506170c764e1ff87ddac0c8f7d77 Mon Sep 17 00:00:00 2001 From: StrawBerryFist <143983263+strawberryPunch@users.noreply.github.com> Date: Sat, 19 Jul 2025 18:15:22 +0900 Subject: [PATCH] Add StrawberryFist VRAM Optimizer node to custom-node-list.json (#2007) * Add StrawberryFist VRAM Optimizer node to custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7a280946..0c93eb86 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29852,6 +29852,20 @@ ], "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"] } ] } +