EasyKSampler (SDTurbo)(samplerSDTurbo)
EasyKSampler (SDTurbo) node from ComfyUI-Easy-Use.
sampler SD Turbo
Description
The EasyKSampler (SDTurbo) node is a sampler tailored for SD-Turbo workflows. It takes an EasyUse PIPE_LINE, performs sampling using the model available in the pipeline, and outputs both the updated pipeline and the generated image. It is part of the EasyUse/Sampler category and provides flexible control over previewing, saving, and sending the resulting image.
Inputs
-
pipe (
PIPE_LINE, required): The EasyUse pipeline containing the model, conditioning, latents, and other sampling context used by the node. -
image_output (
COMBO, required, default:Preview): Controls what happens to the generated image. Options:Hide: Do not show or save the image.Preview: Show the image in the UI preview.Save: Save the image with the specified prefix.Hide&Save: Hide the preview but save the image.Sender: Send the image to another destination using the specifiedlink_id.Sender&Save: Send the image and also save it.
-
link_id (
INT, required): An identifier used whenimage_outputis set toSenderorSender&Save, to route the image to the appropriate receiver or workflow link. -
save_prefix (
STRING, required, default:ComfyUI): The filename prefix used when saving the generated image. -
model (
MODEL, optional): An optional model override. If provided, this model is used instead of the model carried inside thepipeinput.
Outputs
-
PIPE_LINE: The updated EasyUse pipeline, typically containing the sampling results and any updated state for further workflow processing.
-
IMAGE: The generated image tensor output.
Usage Notes
- The node is designed for SD-Turbo workflows, so it is best used with SD-Turbo compatible models and their recommended sampling settings.
- When using
SenderorSender&Save, make surelink_idis set correctly so the image is delivered to the intended node. - If a
modelinput is connected, it overrides the model found in thepipe; leave it disconnected to use the pipeline's existing model. - Use
Hidewhen you only need the pipeline or image output for further processing and do not want an extra preview or saved file.
Comments
Sign in with GitHub to join the discussion.