Skip to main content

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

NameTypeStatusConstraintsDefault
modelMODELrequired--
clipCLIPrequired--
lora_01ENUM
1 options
  • None
required--
strength_01FLOATrequiredmin: -10, max: 10, step: 0.011
lora_02ENUM
1 options
  • None
required--
strength_02FLOATrequiredmin: -10, max: 10, step: 0.011
lora_03ENUM
1 options
  • None
required--
strength_03FLOATrequiredmin: -10, max: 10, step: 0.011
lora_04ENUM
1 options
  • None
required--
strength_04FLOATrequiredmin: -10, max: 10, step: 0.011

Outputs

IndexNameTypeIs ListConnection Reference
0MODELMODELNo["{node_id}", 0]
1CLIPCLIPNo["{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?