ComfyUI Node
URL LoRA Loader
Load a LoRA by downloading from a URL
URL LoRA Loader
- model
- clip
- model
- clip
- status
◄lora_url►
◄strength_model1.00►
◄strength_clip1.00►
◄timeout30►
CategoryS3 Serverless Storage
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA will be applied to. | |
| clip | CLIP | The CLIP model the LoRA will be applied to. | |
| lora_url | STRING | URL to the LoRA file (e.g., 'https://example.com/lora.safetensors') | |
| 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. |
| timeoutopt | INT | 305–300 | Request timeout in seconds |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The modified diffusion model. |
| clip | CLIP | The modified CLIP model. |
| status | STRING | Status message |