ComfyUI Node
HuggingFace LoRA Loader (Model Only)
Downloads a model from Hugging Face or loads it from a local path. Supports single-file and sharded checkpoints.
HuggingFace LoRA Loader (Model Only)
- model
- MODEL
◄repo_id►
◄strength_model1.00►
◄subfolder►
◄filename►
Categoryduanyll/loaders
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA will be applied to. | |
| repo_id | STRING | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. | |
| strength_model | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model. This value can be negative. |
| subfolderopt | STRING | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. | |
| filenameopt | STRING | The checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json'). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |