ComfyUI Node
Batch LoRa apply
A ComfyUI node in More math with 7 inputs and 3 outputs.
Batch LoRa apply
- model
- clip
- model_strength
- clip_strength
- stack
- model
- clip
- stack
◄folder—►
◄add_no_lora—►
CategoryMore math
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model to apply the LoRA weights to | |
| clip | CLIP | The clip to apply the LoRA weights to | |
| folder | STRING | The sub-folder containing the LoRA weights | |
| add_no_lora | BOOLEAN | Whether to add a model execution without a lora | |
| model_strength | STRING,SYNTAX_TREE | [1.0] | strength of lora applied to model |
| clip_strength | STRING,SYNTAX_TREE | [1.0] | strength of lora applied to clip |
| stackopt | STACK | The stack |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The model with the LoRA weights applied |
| clip | CLIP | The clip with the LoRA weights applied |
| stack | STACK | The stack |