mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-18 12:28:13 +08:00
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:
parent
bd88cffa71
commit
67b9e7ae1b
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user