SDWebUIRequestPayload
SDWebUI_Request_Payload
Pack: Comfyui SDAPI Request / NovelAI
custom_nodes.ComfyUI_API_Request
Inputs (16)
| Name | Type | Required |
|---|---|---|
| prompt | STRING | required |
| negative_prompt | STRING | optional |
| seed | INT | optional |
| sampler | COMBO | optional |
| batch_size | INT | optional |
| n_iter | INT | optional |
| steps | INT | optional |
| cfg_scale | FLOAT | optional |
| width | INT | optional |
| height | INT | optional |
| denoising_strength | FLOAT | optional |
| scheduler | COMBO | optional |
| send_images | BOOLEAN | optional |
| save_images | BOOLEAN | optional |
| override_settings | STRING | optional |
| override_settings_restore_afterwards | BOOLEAN | optional |
Outputs (2)
| Name | Type |
|---|---|
| payload | BaseRequest |
| payload_dict | DICT |