EasyUse/Samplergenerated

EasyKSampler (SDTurbo)(samplerSDTurbo)

EasyKSampler (SDTurbo) node from ComfyUI-Easy-Use.

sampler SD Turbo

pipe
model
pipe
image
image_output
Preview
link_id
INT
save_prefix
ComfyUI
Easy Use

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 specified link_id.
    • Sender&Save: Send the image and also save it.
  • link_id (INT, required): An identifier used when image_output is set to Sender or Sender&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 the pipe input.

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 Sender or Sender&Save, make sure link_id is set correctly so the image is delivered to the intended node.
  • If a model input is connected, it overrides the model found in the pipe; leave it disconnected to use the pipeline's existing model.
  • Use Hide when 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.

Loading comments…