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 ModelSamplingSD3 node applies Stable Diffusion 3 sampling parameters to a model. It modifies the model’s sampling behavior by adjusting the shift parameter, which controls the sampling distribution characteristics. The node creates a modified copy of the input model with the specified sampling configuration applied.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The input model to apply SD3 sampling parameters to
shiftFLOATYes0.0 - 100.0Controls the sampling shift parameter (default: 3.0)

Outputs

Output NameData TypeDescription
modelMODELThe modified model with SD3 sampling parameters applied