Inputs (16)
| Name | Type | Required |
|---|---|---|
| pipeline | HFD_PIPELINE | required |
| prompt | STRING | required |
| negative_prompt | STRING | required |
| width | INT | required |
| height | INT | required |
| seed | INT | required |
| num_inference_steps | INT | required |
| output_type | COMBO | required |
| kwargs | STRING | required |
| image | PIL_IMAGE | optional |
| mask_image | PIL_IMAGE | optional |
| latents | LATENT | optional |
| prompt_embeds | TENSOR | optional |
| pooled_prompt_embeds | TENSOR | optional |
| negative_prompt_embeds | TENSOR | optional |
| negative_pooled_prompt_embeds | TENSOR | optional |