Add comfyui-spectrum-ksampler node to custom-node-list.json

This commit is contained in:
Seunghyun Ji 2026-05-30 16:42:13 +09:00
parent d6f480c911
commit c18bc428c5

View File

@ -52645,6 +52645,16 @@
],
"install_type": "git-clone",
"description": "A growing collection of EmberFrame utility nodes for Comfy, including advanced PiD sampling, Z-Image/Flux latent normalization, wildcard prompt helpers, and resolution tools."
},
{
"author": "sorryhyun",
"title": "SpectrumKSampler",
"reference": "https://github.com/sorryhyun/ComfyUI-Spectrum-KSampler",
"files": [
"https://github.com/sorryhyun/ComfyUI-Spectrum-KSampler"
],
"install_type": "git-clone",
"description": "Spectrum: training-free diffusion sampling acceleration via Chebyshev polynomial feature forecasting. Drop-in KSampler replacement that skips transformer blocks on predicted steps for ~2-3x speedup."
}
]
}