Field | Type | Required | Description |
---|---|---|---|
Prompt |
string | ✔️ | Text prompt(s) to guide upscaled image generation. |
Image |
components.BodyGenUpscaleImage | ✔️ | Uploaded image to modify with the pipeline. |
ModelID |
*string | ➖ | Hugging Face model ID used for upscaled image generation. |
SafetyCheck |
*bool | ➖ | Perform a safety check to estimate if generated images could be offensive or harmful. |
Seed |
*int64 | ➖ | Seed for random number generation. |
NumInferenceSteps |
*int64 | ➖ | Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength. |