> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ModelPatchLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the ModelPatchLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ModelPatchLoader/en.md)

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

| Parameter | Data Type | Required | Range                                                      | Description                                                               |
| --------- | --------- | -------- | ---------------------------------------------------------- | ------------------------------------------------------------------------- |
| `name`    | STRING    | Yes      | All available model patch files from model\_patches folder | The filename of the model patch to load from the model\_patches directory |

## Outputs

| Output Name   | Data Type    | Description                                                              |
| ------------- | ------------ | ------------------------------------------------------------------------ |
| `MODEL_PATCH` | MODEL\_PATCH | The loaded model patch wrapped in a ModelPatcher for use in the workflow |
