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) <noreply@anthropic.com>
This commit is contained in:
sorryhyun 2026-07-17 11:53:09 +09:00
parent bd88cffa71
commit 67b9e7ae1b

View File

@ -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",