Nodes/ComfyUI-TinyBreaker/❌ Double Stage Sampler [Deprecated]
ComfyUI Node

❌ Double Stage Sampler [Deprecated]

Denoise the latent image in two stages (base and refiner)

By martin-rizzo·Created 2 years ago·Updated 11 months ago· 42
❌ Double Stage Sampler [Deprecated]
  • latent_input
  • genparams
  • model
  • clip
  • transcoder
  • refiner_model
  • refiner_clip
  • latent_output
Category💪TinyBreaker/__deprecated

Inputs (7)

NameTypeDefaultDescription
latent_inputLATENTThe latent image to denoise.
genparamsGENPARAMSThe generation parameters containing the sampler configuration.
modelMODELThe model used for denoising the latent images.
clipCLIPThe T5 encoder used for embedding the prompts.
transcoderTRANSCODERThe transcoder model used for converting latent images from base to refiner.
refiner_modelMODELThe model used for refining latent images.
refiner_clipCLIPThe CLIP model used for embedding text prompts during refining.

Outputs (1)

NameTypeDescription
latent_outputLATENTLatent image after denoising.