SUPIR Conditioner
SUPIR_conditioner
Creates the conditioning for the sampler. Caption input is optional, when it receives a single caption, it's added to the positive prompt. If a list of caption is given for single input image, the captions need to match the number of tiles, refer to the SUPIR Tiles node. If a list of captions is given and it matches the incoming image batch, each image uses corresponding caption.
Pack: ComfyUI-SUPIR
custom_nodes.ComfyUI-SUPIR
Inputs (5)
| Name | Type | Required |
|---|---|---|
| SUPIR_model | SUPIRMODEL | required |
| latents | LATENT | required |
| positive_prompt | STRING | required |
| negative_prompt | STRING | required |
| captions | STRING | optional |
Outputs (2)
| Name | Type |
|---|---|
| positive | SUPIR_cond_pos |
| negative | SUPIR_cond_neg |