ComfyUI Node
Eclipse KSampler (Pipe)
Eclipse KSampler using context pipe (PIPE). Performs sampling, VAE decoding, and updates the pipe with the final latent, image, and (optionally) sampler settings.
Eclipse KSampler (Pipe)
- pipe
- positive
- negative
- latent
- image
- pipe
- latent
- image
◄allow_overwritefalse►
◄steps8►
◄cfg1.0►
◄sampler_nameres_multistep►
◄schedulersimple►
◄denoise1.00►
◄tiled_decodefalse►
◄tile_size512►
◄preview_modePreview►
◄seed42►
Category🌒 Smart Model Loader/ Sampler
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| pipe | PIPE | The pipe dictionary from Smart Model Loader or other compatible pipe nodes. | |
| allow_overwrite | BOOLEAN | false | When enabled, allows values from the pipe to take priority over/overwrite local widget settings. |
| positive | CONDITIONING | The positive conditioning (required, e.g. text prompt). | |
| negative | CONDITIONING | The negative conditioning (required, e.g. text prompt). | |
| steps | INT | 81–10000 | The number of steps used in the denoising process. |
| cfg | FLOAT | 1.00–100 | The Classifier-Free Guidance scale. |
| sampler_name | COMBO | res_multistep | The sampling algorithm. |
| scheduler | COMBO | simple | The scheduler algorithm. |
| denoise | FLOAT | 1.000–1 | The amount of denoising applied. |
| tiled_decode | BOOLEAN | false | Enable tiled VAE decoding to save VRAM on large images. |
| tile_size | INT | 51264–4096 | The size of the tiles used for tiled VAE decoding. |
| preview_mode | COMBO | Preview | Show the step-by-step rendering process during sampling and display the final decoded image at the end (Preview), or hide both (None) to keep the node layout clean. |
| seed | INT | 42-3–18446744073709550000 | The random seed used for creating the noise. Use -1 for random, -2 to increment, -3 to decrement. |
| latentopt | LATENT | Optional input latent to denoise. Either this or 'image' must be connected/provided in the pipe. | |
| imageopt | IMAGE | Optional input image to VAE-encode and denoise. Either this or 'latent' must be connected/provided in the pipe. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| pipe | PIPE | The updated pipe dictionary containing the model, clip, vae, latent, image, and sampler settings. |
| latent | LATENT | The denoised latent. |
| image | IMAGE | The decoded image. |