From a0a33aef03ccd8a8d1cb57bc8bb7a5cadb93af14 Mon Sep 17 00:00:00 2001 From: u5dev <233665928+u5dev@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:49:12 +0900 Subject: [PATCH] Add: u5 VramFREE to custom-node list (#2191) 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 3b57f5e0..eb662b44 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34000,6 +34000,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" } ] }