ComfyUI Node
πββ¬ LoRA Metadata
Loads a LoRA and provides the filename as a string output. Model and clip inputs are optional.
πββ¬ LoRA Metadata
- model
- clip
- model
- clip
- filename
βlora_nameβΎβΊ
βstrength_model1.00βΊ
βstrength_clip1.00βΊ
Categoryloaders
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| lora_name | COMBO | The name of the LoRA. | |
| strength_model | FLOAT | 1.00-100β100 | How strongly to modify the diffusion model. This value can be negative. |
| strength_clip | FLOAT | 1.00-100β100 | How strongly to modify the CLIP model. This value can be negative. |
| modelopt | MODEL | The diffusion model the LoRA will be applied to. | |
| clipopt | CLIP | The CLIP model the LoRA will be applied to. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The modified diffusion model. |
| clip | CLIP | The modified CLIP model. |
| filename | STRING | β |