BlehSetSamplerPreset

BlehSetSamplerPreset

This node allows setting a custom sampler as a preset that can be selected in nodes that don't support custom sampling (FaceDetailer for example). This node needs to run at least once with any preset changes before actual sampling begins. The any_input input acts as a passthrough so you can do something like pass your model or latent through before you start sampling to ensure the node runs. You can also connect something like an integer or string to the dummy_opt input and change it to force the node to run again. The number of presets can be adjusted (and the whole feature disabled if desired) by setting the environment variable COMFYUI_BLEH_SAMPLER_PRESET_COUNT. WARNING: Since the input and output are wildcards, this bypasses ComfyUI's normal type checking. Make sure you connect the output to something that actually accepts the input type.

Pack: ComfyUI-bleh

custom_nodes.ComfyUI-bleh

Inputs (6)

NameTypeRequired
samplerSAMPLERrequired
any_input*required
presetINTrequired
discard_penultimate_sigmaBOOLEANrequired
override_sigmas_optSIGMASoptional
dummy_opt*optional

Outputs (1)

NameType
**