From c18bc428c57a7554c911331329a50c4030ad0645 Mon Sep 17 00:00:00 2001 From: Seunghyun Ji Date: Sat, 30 May 2026 16:42:13 +0900 Subject: [PATCH] Add comfyui-spectrum-ksampler node to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f27563b2..2983e8ff 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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." } ] }