Inputs (13)
| Name | Type | Required |
|---|---|---|
| model | MODEL | required |
| clip | CLIP | required |
| loras | STRING | required |
| positive | STRING | required |
| positive_token_normalization | COMBO | required |
| positive_weight_interpretation | COMBO | required |
| negative | STRING | required |
| negative_token_normalization | COMBO | required |
| negative_weight_interpretation | COMBO | required |
| zero_out_empty | BOOLEAN | required |
| optional_lora_stack | LORA_STACK | optional |
| prepend_positive | STRING | optional |
| prepend_negative | STRING | optional |
Outputs (6)
| Name | Type |
|---|---|
| model | MODEL |
| positive | CONDITIONING |
| negative | CONDITIONING |
| clip | CLIP |
| pos_string | STRING |
| neg_string | STRING |