From d8ea83a44cb4a330df18386050366de107d268c2 Mon Sep 17 00:00:00 2001 From: HB2k Date: Tue, 23 Dec 2025 20:33:00 +0400 Subject: [PATCH] Add ComfyUI-FlashVSR_Stable node to custom-node-list (#2421) * Add ComfyUI-FlashVSR_Stable node to custom-node-list Add ComfyUI-FlashVSR_Stable * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 80776267..59487115 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39739,6 +39739,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "naxci1", + "title": "ComfyUI-FlashVSR_Stable", + "reference": "https://github.com/naxci1/ComfyUI-FlashVSR_Stable", + "files": [ + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable" + ], + "install_type": "git-clone", + "description": "High-performance Video Super Resolution for ComfyUI with VRAM optimization." + } ] }