Nodes/ComfyUI-TinyBreaker/❌ Set Image Tweaks [Deprecated]
ComfyUI Node

❌ Set Image Tweaks [Deprecated]

The old tweaks node, replaced by the five-knob Set Image Details

By martin-rizzo·Created 2 years ago·Updated 12 months ago· 42
❌ Set Image Tweaks [Deprecated]
  • genparams
  • genparams
variant1
detailnormal
cfg_adjust0.0

❌ Set Image Tweaks [Deprecated] is the direct ancestor of 💪TB | Set Image Details, and the two share a mission: "fine-tune generation parameters that achieve subtle improvements in the image." The old node did it with three knobs; the modern one does it with five. If you see this in a saved workflow, you're looking at the pre-rewrite version of the pack's most-used refinement node, and the fix is a straight swap.

What it did

Three inputs on top of the genparams blob: variant (the refiner's noise variant - bump it to re-roll the refinement of the same composition), detail (a named level from none to maximum, with normal as the default), and cfg_adjust (a signed float, ±4 in steps of 0.2, adjusting CFG around the style's default). Output was the updated genparams. You can see the whole modern node in embryo: variantimage_shift, detaildetail_level, cfg_adjustcfg_shift.

Why it's gone

The successor does all three jobs with more sensible controls and adds two: upscale (turn the tiny upscaler on, in node form instead of the --upscale prompt flag) and upscale_noise (grain control for the upscale pass). The ranges also got saner and more expressive - detail_level is now a signed integer where positives add detail and negatives reduce it, rather than a menu of seven named levels that map onto an internal scale you can't see. And image_shift explicitly frames the old variant behavior ("slight image variations without altering the overall composition") while also fixing hands and faces, which is the thing people actually used variant for.

Porting an old workflow

It's nearly a rename. Map variantimage_shift, detaildetail_level, cfg_adjustcfg_shift, and ignore the two new inputs (or set them to their zeros/false defaults, which mean "follow the style"). One wrinkle: detail was a named level and detail_level is a signed integer - none maps to a very negative value, normal to 0, maximum to a large positive, so if you had detail: high you'll want detail_level: +2 or so rather than guessing a number that matches. The deprecated shim keeps old graphs loadable, but the modern node is strictly better and maintained, so replace it and don't look back.

Install

Ships with the pack - ComfyUI Manager search "tinybreaker", or git clone https://github.com/martin-rizzo/ComfyUI-TinyBreaker into custom_nodes, restart. It's hidden from the default node menu (deprecated category), which is the pack telling you the same thing this article is: use Set Image Details.

Category💪TinyBreaker/__deprecated

Inputs (4)

NameTypeDefaultDescription
genparamsGENPARAMSThe generation parameters to be updated.
variantINT11–18446744073709550000The variant of the image to generate. This parameter allows you to choose between different versions of the same image.
detailCOMBOnormalThe level of detail in the final image induced by the refiner.
cfg_adjustFLOAT0.0-4–4An adjustment applied to the classifier-free guidance value. Positive values increase prompt adherence; negative values allow more model freedom. A value of 0.0 uses the default setting.

Outputs (1)

NameTypeDescription
genparamsGENPARAMSThe generation parameters with the tweaks applied. You can use this output to chain to other genparams nodes.