CD Tuner ๐
Push detail and contrast without a LoRA or a finetune
- model
- MODEL
The pack's own README is upfront about what this is: a partial reimplementation of hako-mikan/sd-webui-cd-tuner, a well-known A1111 extension for nudging color, detail, and contrast directly at the model level - no LoRA to train or download, no finetune, just a handful of sliders that scale specific parts of the model's behavior during sampling.
How it works
Rather than changing your prompt or swapping models, CD_Tuner patches the model itself so that detail and contrast get pushed up or down during generation, within a step window you control. It's the same category of trick as other model-patching tuners: cheap to apply, easy to overdo, and worth comparing against your prompt/CFG settings before assuming you need it at all - sometimes what looks like "needs more detail" is actually a steps or sampler problem.
Inputs and outputs that matter
model- the model to patch.detail_1anddetail_2(both default 0, range โ10 to 10) - two separate detail-strength dials. Positive values push toward more fine detail/sharpness, negative toward softer output; having two lets you tune more than one axis of "detail" independently rather than one blunt slider.contrast_1(default 0, range โ20 to 20) - pushes overall image contrast up or down.startandend(default 0 and 1000, range 0โ1000) - the window, over the sampling schedule, where the tweak is active. Left at the full 0โ1000 default it applies across the whole run; narrowing the window lets you apply the effect only during part of the denoising process, similar in spirit to how other schedule-windowed patches work.- Output:
MODEL, patched and ready for your sampler.
The node's own defaults (0 for every strength value) mean it does nothing until you actually move a slider - safe to drop into a graph and dial in gradually rather than something that changes your output the moment you add it.
Installing it
ComfyUI Manager โ search cgem156-ComfyUI๐ โ install โ restart. Or:
cd ComfyUI/custom_nodes
git clone https://github.com/laksjdjf/cgem156-ComfyUI
then restart ComfyUI. Nothing extra to download for this node.
Common issues & troubleshooting
Images turn artifacted or oversaturated. This is the classic failure mode of any detail/contrast tuner pushed too far - the pack's own sliders go up to ยฑ10 and ยฑ20, but useful values are almost always much smaller. Nudge in small steps and compare against a baseline with everything at 0 rather than jumping straight to a large value.
No visible effect. All four strength fields default to 0, meaning the node is a no-op until you actually change something - if you added the node expecting an effect and see none, check that detail_1/detail_2/contrast_1 aren't still sitting at their defaults.
Effect only wanted in part of the generation. That's what start/end are for - narrow the window if you want the tweak active only during, say, the later refinement steps rather than from the very first step of sampling.
Looking for the full original extension's feature set. The README is explicit that this only implements "a portion of" sd-webui-cd-tuner's functionality - if you're coming from the A1111 extension expecting full parity, some of its controls simply aren't here.
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | โ | |
| detail_1 | FLOAT | 0.0-10โ10 | โ |
| detail_2 | FLOAT | 0.0-10โ10 | โ |
| contrast_1 | FLOAT | 0.0-20โ20 | โ |
| start | INT | 00โ1000 | โ |
| end | INT | 10000โ1000 | โ |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | โ |