From 6492ee81de399ca7d9deb5543cec9422eba44416 Mon Sep 17 00:00:00 2001 From: u5dev <233665928+u5dev@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:39:02 +0900 Subject: [PATCH] Add: u5 VramFREE to custom-node list Register "u5 VramFREE" (repo: https://github.com/u5dev/comfyUI_u5_VramFREE). Utility node for freeing VRAM and sequential model loading. Tags: utility, vram, memory, optimization. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 04e12d2b..126c4ef2 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33998,6 +33998,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "u5dev", + "title": "u5 FreeVRAM - Memory Management", + "id": "u5_VramFREE", + "reference": "https://github.com/u5dev/comfyUI_u5_VramFREE", + "files": [ + "https://github.com/u5dev/comfyUI_u5_VramFREE" + ], + "install_type": "git-clone", + "description": "ComfyUI Memory Management and VRAM Optimization Custom Node - Free VRAM with sequential model loading support" } ] }