Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Flux2Scheduler node generates a sequence of noise levels (sigmas) for the denoising process, specifically tailored for the Flux model. It calculates a schedule based on the number of denoising steps and the dimensions of the target image, which influences the progression of noise removal during image generation.

Inputs

ParameterData TypeRequiredRangeDescription
stepsINTYes1 to 4096The number of denoising steps to perform. A higher value typically leads to more detailed results but takes longer to process (default: 20).
widthINTYes16 to 16384The width of the image to be generated, in pixels. This value influences the noise schedule calculation (default: 1024).
heightINTYes16 to 16384The height of the image to be generated, in pixels. This value influences the noise schedule calculation (default: 1024).

Outputs

Output NameData TypeDescription
sigmasSIGMASA sequence of noise level values (sigmas) that define the denoising schedule for the sampler.