Skip to main content

Context (rgthree)

rgthree
Context (rgthree)

Example

JSON Example
{
  "class_type": "Context (rgthree)",
  "inputs": {}
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
base_ctxRGTHREE_CONTEXToptional--
modelMODELoptional--
clipCLIPoptional--
vaeVAEoptional--
positiveCONDITIONINGoptional--
negativeCONDITIONINGoptional--
latentLATENToptional--
imagesIMAGEoptional--
seedINToptional--

Outputs

IndexNameTypeIs ListConnection Reference
0CONTEXTRGTHREE_CONTEXTNo["{node_id}", 0]
1MODELMODELNo["{node_id}", 1]
2CLIPCLIPNo["{node_id}", 2]
3VAEVAENo["{node_id}", 3]
4POSITIVECONDITIONINGNo["{node_id}", 4]
5NEGATIVECONDITIONINGNo["{node_id}", 5]
6LATENTLATENTNo["{node_id}", 6]
7IMAGEIMAGENo["{node_id}", 7]
8SEEDINTNo["{node_id}", 8]
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 Context (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:

  • CONTEXT (RGTHREE_CONTEXT): ["5", 0]
  • MODEL (MODEL): ["5", 1]
  • CLIP (CLIP): ["5", 2]
Was this page helpful?