ComfyUI Node
❌[DEPRECATED] Z-Sampler Turbo ^g1
Efficiently denoises the latent image, specifically tuned for the "Z-Image Turbo" model. This node takes a Z-Image Turbo model, an initial latent image, and conditioning parameters, and produces a denoised output ready for further processing or decoding.
❌[DEPRECATED] Z-Sampler Turbo ^g1
- model
- positive
- latent_input
- divider
- latent_output
◄seed1►
◄steps9►
◄denoise1.00►
◄initial_noise_calibrationoff►
◄lowres_biasfalse►
Category⚡Z-Image/__deprecated
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model used for generating the latent images. | |
| positive | CONDITIONING | The conditioning used to guide the generation process toward the desired content. | |
| latent_input | LATENT | The initial latent image to be modified; typically an 'Empty Latent' for text-to-image or an encoded image for img2img. | |
| seed | INT | 10–18446744073709550000 | The seed used for the random noise generator, ensuring the same result is produced with the same value. |
| steps | INT | 94–9 | The number of iterations to be performed during the sampling process. |
| denoise | FLOAT | 1.000–1 | The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling. |
| divider | ZIPN_SEPARATOR | — | |
| initial_noise_calibration | COMBO | off | The amount of adjustment applied to the initial noise. This typically enhances image contrast and saturation, higher values increase these effects more significantly. |
| lowres_bias | BOOLEAN | false | When enabled, it use a smaller latent image to calculate the initial noise bias, accelerating the first step. Otherwise the full size of the input image is used. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| latent_output | LATENT | The resulting denoised latent image, ready to be decoded by a VAE or passed to another sampler. |