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 FreeU node applies frequency-domain modifications to a model’s output blocks to enhance image generation quality. It works by scaling different channel groups and applying Fourier filtering to specific feature maps, allowing for fine-tuned control over the model’s behavior during the generation process.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The model to apply FreeU modifications to
b1FLOATYes0.0 - 10.0Backbone scaling factor for model_channels × 4 features (default: 1.1)
b2FLOATYes0.0 - 10.0Backbone scaling factor for model_channels × 2 features (default: 1.2)
s1FLOATYes0.0 - 10.0Skip connection scaling factor for model_channels × 4 features (default: 0.9)
s2FLOATYes0.0 - 10.0Skip connection scaling factor for model_channels × 2 features (default: 0.2)

Outputs

Output NameData TypeDescription
modelMODELThe modified model with FreeU patches applied