Lora Loader Stack (rgthree)
rgthree
Lora Loader Stack (rgthree)Example
JSON Example
{
"class_type": "Lora Loader Stack (rgthree)",
"inputs": {
"model": [
"node_id",
0
],
"clip": [
"node_id",
0
],
"lora_01": "None",
"strength_01": 1,
"lora_02": "None",
"strength_02": 1,
"lora_03": "None",
"strength_03": 1,
"lora_04": "None",
"strength_04": 1
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
model | MODEL | required | - | - |
clip | CLIP | required | - | - |
lora_01 | ENUM1 options
| required | - | - |
strength_01 | FLOAT | required | min: -10, max: 10, step: 0.01 | 1 |
lora_02 | ENUM1 options
| required | - | - |
strength_02 | FLOAT | required | min: -10, max: 10, step: 0.01 | 1 |
lora_03 | ENUM1 options
| required | - | - |
strength_03 | FLOAT | required | min: -10, max: 10, step: 0.01 | 1 |
lora_04 | ENUM1 options
| required | - | - |
strength_04 | FLOAT | required | min: -10, max: 10, step: 0.01 | 1 |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | MODEL | MODEL | No | ["{node_id}", 0] |
1 | CLIP | CLIP | No | ["{node_id}", 1] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this Lora Loader Stack (rgthree) node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
MODEL (MODEL):["5", 0]CLIP (CLIP):["5", 1]
Was this page helpful?