Nodes/ComfyUI-ZImagePowerNodes/❌[DEPRECATED] Z-Sampler Turbo ^g1 (Advanced)
ComfyUI Node

❌[DEPRECATED] Z-Sampler Turbo ^g1 (Advanced)

Efficiently denoises latent images, 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.

By martin-rizzo·Created 7 months ago·Updated a day ago· 346
❌[DEPRECATED] Z-Sampler Turbo ^g1 (Advanced)
  • model
  • positive
  • latent_input
  • divider
  • latent_output
seed1
steps8
denoise1.00
initial_noise_calibration0.00
noise_bias_estimationexperimental
noise_bias_sample_sizeimage_size
noise_bias_scale0.12
noise_overdose0.33
Category⚡Z-Image/__deprecated

Inputs (12)

NameTypeDefaultDescription
modelMODELThe model used for generating the latent images.
positiveCONDITIONINGThe conditioning used to guide the generation process toward the desired content.
latent_inputLATENTThe initial latent image to be modified; typically an 'Empty Latent' for text-to-image or an encoded image for img2img.
seedINT11–18446744073709550000The seed used for the random noise generator, ensuring the same result is produced with the same value.
stepsINT84–9The number of iterations to be performed during the sampling process.
denoiseFLOAT1.000–1The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling.
dividerZIPN_SEPARATOR
initial_noise_calibrationFLOAT0.000–1The amount of adjustment applied to the initial noise (0 means no adjustment). This typically enhances image contrast and saturation, higher values increase these effects more significantly.
noise_bias_estimationCOMBOexperimentalMethod used to estimate the bias in each channel of the initial noise. `experimental`: Calculate the bias by denoising a latent image with minimal noise. `accurate`: Calculate the bias by denoising a fully noisy latent image.
noise_bias_sample_sizeCOMBOimage_sizeThe size of the latent image used to calculate the bias. The smaller the image size, the faster the calculation of the first step.
noise_bias_scaleFLOAT0.120–1The level of adjustament from the calculated noise bias to apply before the first denoising step. (0.0 means no bias adjustment; 1.0 means using the calculated bias).
noise_overdoseFLOAT0.33-1–1The amount of overamplitude in the initial noise generation. (negative values will reduce the amplitude).

Outputs (1)

NameTypeDescription
latent_outputLATENTThe resulting denoised latent image, ready to be decoded by a VAE or passed to another sampler.