Skip to main content

🔧 SDXL Empty Latent Size Picker

essentials/utilities
SDXLEmptyLatentSizePicker+

Example

JSON Example
{
  "class_type": "SDXLEmptyLatentSizePicker+",
  "inputs": {
    "resolution": "1024x1024 (1.0)",
    "batch_size": 1,
    "width_override": 0,
    "height_override": 0
  }
}

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

Inputs

NameTypeStatusConstraintsDefault
resolutionENUM
26 options
  • 704x1408 (0.5)
  • 704x1344 (0.52)
  • 768x1344 (0.57)
  • 768x1280 (0.6)
  • 832x1216 (0.68)
  • 832x1152 (0.72)
  • 896x1152 (0.78)
  • 896x1088 (0.82)
  • 960x1088 (0.88)
  • 960x1024 (0.94)
  • 1024x1024 (1.0)
  • 1024x960 (1.07)
  • 1088x960 (1.13)
  • 1088x896 (1.21)
  • 1152x896 (1.29)
  • 1152x832 (1.38)
  • 1216x832 (1.46)
  • 1280x768 (1.67)
  • 1344x768 (1.75)
  • 1344x704 (1.91)
  • 1408x704 (2.0)
  • 1472x704 (2.09)
  • 1536x640 (2.4)
  • 1600x640 (2.5)
  • 1664x576 (2.89)
  • 1728x576 (3.0)
required-"1024x1024 (1.0)"
batch_sizeINTrequiredmin: 1, max: 40961
width_overrideINTrequiredmin: 0, max: 16384, step: 80
height_overrideINTrequiredmin: 0, max: 16384, step: 80

Outputs

IndexNameTypeIs ListConnection Reference
0LATENTLATENTNo["{node_id}", 0]
1widthINTNo["{node_id}", 1]
2heightINTNo["{node_id}", 2]
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 SDXLEmptyLatentSizePicker+ node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • LATENT (LATENT): ["5", 0]
  • width (INT): ["5", 1]
  • height (INT): ["5", 2]
Was this page helpful?