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 USOStyleReference node applies style reference patches to models using encoded image features from CLIP vision output. It creates a modified version of the input model by incorporating style information extracted from visual inputs, enabling style transfer or reference-based generation capabilities.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The base model to apply the style reference patch to
model_patchMODEL_PATCHYes-The model patch containing style reference information
clip_vision_outputCLIP_VISION_OUTPUTYes-The encoded visual features extracted from CLIP vision processing

Outputs

Output NameData TypeDescription
modelMODELThe modified model with applied style reference patches