From 67b9e7ae1befc76eafd96f035547c51439048275 Mon Sep 17 00:00:00 2001 From: sorryhyun Date: Fri, 17 Jul 2026 11:53:09 +0900 Subject: [PATCH] Add ComfyUI-Distilled-ResShift Register the Distilled ResShift SR custom node: a 1-step ResShift student (distilled from a 15-step teacher) doing x4/x2 pixel-space super-resolution as an IMAGE -> IMAGE node. Co-Authored-By: Claude Opus 4.8 (1M context) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c248fe68..6fe2ea02 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "sorryhyun", + "title": "Distilled ResShift SR", + "reference": "https://github.com/sorryhyun/ComfyUI-Distilled-ResShift", + "files": [ + "https://github.com/sorryhyun/ComfyUI-Distilled-ResShift" + ], + "install_type": "git-clone", + "description": "Distilled 1-step ResShift super-resolution (×4 or ×2) as a pixel-space IMAGE to IMAGE node. A ResShift student distilled from a 15-step teacher upsamples any RGB image in one stochastic step (scale dropdown). Self-contained vendored ResShift net (no xformers needed on any GPU); student + vq-f4 VQGAN auto-download on first use." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",