ComfyUI Node
❌ Double Stage Sampler [Deprecated]
Denoise the latent image in two stages (base and refiner)
❌ Double Stage Sampler [Deprecated]
- latent_input
- genparams
- model
- clip
- transcoder
- refiner_model
- refiner_clip
- latent_output
Category💪TinyBreaker/__deprecated
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| latent_input | LATENT | The latent image to denoise. | |
| genparams | GENPARAMS | The generation parameters containing the sampler configuration. | |
| model | MODEL | The model used for denoising the latent images. | |
| clip | CLIP | The T5 encoder used for embedding the prompts. | |
| transcoder | TRANSCODER | The transcoder model used for converting latent images from base to refiner. | |
| refiner_model | MODEL | The model used for refining latent images. | |
| refiner_clip | CLIP | The CLIP model used for embedding text prompts during refining. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| latent_output | LATENT | Latent image after denoising. |