ComfyUI Node
💪TB | Tiny Dual Sampler
Denoises the latent image in two stages: first with a base model, then with a refiner model to add details and enhance image quality.
💪TB | Tiny Dual Sampler
- latent_input
- genparams
- model
- clip
- transcoder
- refiner_model
- refiner_clip
- latent_output
◄enable_cachetrue►
Category💪TinyBreaker
Inputs (8)
| 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. | |
| enable_cache | BOOLEAN | true | Enable internal cache to avoid redundant computations. It might be necessary to disable it if errors occur or the image is not updating correctly. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| latent_output | LATENT | Latent image after denoising. |