Update custom-node-list.json

This commit is contained in:
Dr.Lt.Data 2025-07-18 07:29:38 +09:00 committed by GitHub
parent 29b735b0a2
commit 00705dfdb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29852,20 +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", "author": "StrawberryFist",
"title": "StrawberryFist VRAM Optimizer", "title": "StrawberryFist VRAM Optimizer",
"reference": "https://github.com/strawberryPunch/vram_optimizer", "reference": "https://github.com/strawberryPunch/vram_optimizer",
"files": ["https://github.com/strawberryPunch/vram_optimizer"], "files": [
"https://github.com/strawberryPunch/vram_optimizer"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.", "description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
"nodename_pattern": "StFist", "nodename_pattern": "StFist",
"pip": ["GPUtil>=1.4.0"], "pip": ["GPUtil>=1.4.0"],
"tags": ["vram", "gpu", "optimizer", "monitoring"], "tags": ["vram", "gpu", "optimizer", "monitoring"]
"js_path": "strawberry_vram_optimizer", }
"preemptions": "AUTO" ]
} }