From 1b21b696d3180e03f7796b8fdbec148d7bd1e3d4 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 5 Mar 2026 00:10:27 +0100 Subject: [PATCH] Add WIP warning: node not working at high CFG scales Co-Authored-By: Claude Opus 4.6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a2e5afa..aa8a93b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ SMC-CFG Ctrl — Sliding Mode Control for Classifier-Free Guidance +> [!CAUTION] +> **NOT WORKING — Work in progress.** The paper's algorithm was designed for DiffSynth-Studio and does not translate directly to ComfyUI's k-diffusion sampling framework. Images are corrupted or artifacted at high CFG scales (e.g. cfg=12 on SDXL). Do not use this node in production workflows until this notice is removed. + A ComfyUI node implementing **SMC-CFG** (Sliding Mode Control CFG) from the paper: > **CFG-Ctrl: A Control-Theoretic Perspective on Classifier-Free Guidance**