From b2ee0feeaaafe98240945a17ce6f8aca6ba8b52a Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 12 Oct 2025 23:25:23 +0200 Subject: [PATCH] Update custom-node-list.json (#2209) Added comfyui-seedvr2-tilingupscaler --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2f4fe709..04020445 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34479,6 +34479,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "moonwhaler", + "title": "SeedVR2 Tiling Upscaler", + "id": "seedvr2-tiling-upscaler", + "reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler", + "files": [ + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler" + ], + "install_type": "git-clone", + "description": "Memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching. Supports both stable and nightly SeedVR2 builds (3B/7B, FP16/FP8, GGUF models). Requires ComfyUI-SeedVR2_VideoUpscaler to be installed.", + } ] }