From 00705dfdb14d14e25995cc0c0e3247acb3c4ebfc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 18 Jul 2025 07:29:38 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f7b9aadf..20118895 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29852,20 +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"] } ] -}, -{ - "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" }