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 ModelPatchLoader node loads specialized model patches from the model_patches folder. It automatically detects the type of patch file and loads the appropriate model architecture, then wraps it in a ModelPatcher for use in the workflow. This node supports different patch types including controlnet blocks and feature embedder models.

Inputs

ParameterData TypeRequiredRangeDescription
nameSTRINGYesAll available model patch files from model_patches folderThe filename of the model patch to load from the model_patches directory

Outputs

Output NameData TypeDescription
MODEL_PATCHMODEL_PATCHThe loaded model patch wrapped in a ModelPatcher for use in the workflow