From f75b5818068ffb904f1b0360190e8c1ad2c617f0 Mon Sep 17 00:00:00 2001 From: HB2k Date: Tue, 23 Dec 2025 19:17:09 +0400 Subject: [PATCH] Add ComfyUI-FlashVSR_Stable node to custom-node-list Add ComfyUI-FlashVSR_Stable --- 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 4658c9f9..0bce73c3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39699,6 +39699,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/blob/main/__init__.py" + ], + "install_type": "git-clone", + "description": "High-performance Video Super Resolution for ComfyUI with VRAM optimization." + } ] }