Inputs (36)
| Name | Type | Required |
|---|---|---|
| ckpt_name | COMBO | required |
| config_name | COMBO | required |
| vae_name | COMBO | required |
| clip_skip | INT | required |
| loras | STRING | required |
| refiner_ckpt_name | COMBO | required |
| refiner_config_name | COMBO | required |
| positive_g | STRING | required |
| positive_l | STRING | required |
| negative_g | STRING | required |
| negative_l | STRING | required |
| conditioning_aspect | COMBO | required |
| conditioning_width | INT | required |
| conditioning_height | INT | required |
| crop_width | INT | required |
| crop_height | INT | required |
| target_aspect | COMBO | required |
| target_width | INT | required |
| target_height | INT | required |
| positive_ascore | INT | required |
| negative_ascore | INT | required |
| empty_latent_aspect | COMBO | required |
| empty_latent_width | INT | required |
| empty_latent_height | INT | required |
| batch_size | INT | required |
| seed | INT | required |
| model_override | MODEL | optional |
| clip_override | CLIP | optional |
| optional_lora_stack | LORA_STACK | optional |
| optional_controlnet_stack | CONTROL_NET_STACK | optional |
| refiner_model_override | MODEL | optional |
| refiner_clip_override | CLIP | optional |
| prepend_positive_g | STRING | optional |
| prepend_positive_l | STRING | optional |
| prepend_negative_g | STRING | optional |
| prepend_negative_l | STRING | optional |
Outputs (16)
| Name | Type |
|---|---|
| sdxl_pipe | PIPE_LINE_SDXL |
| model | MODEL |
| positive | CONDITIONING |
| negative | CONDITIONING |
| vae | VAE |
| clip | CLIP |
| refiner_model | MODEL |
| refiner_positive | CONDITIONING |
| refiner_negative | CONDITIONING |
| refiner_clip | CLIP |
| latent | LATENT |
| seed | INT |
| width | INT |
| height | INT |
| pos_string | STRING |
| neg_string | STRING |