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>
This commit is contained in:
StrawBerryFist 2025-07-19 18:15:22 +09:00 committed by GitHub
parent 03ccce2804
commit 04f267f5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29852,6 +29852,20 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"]
} }
] ]
} }