import { BodyGenUpscale } from "@livepeer/ai/models/components";
// No examples available for this model
Field | Type | Required | Description |
---|---|---|---|
image |
File | Blob | components.BodyGenUpscaleImage | ✔️ | Uploaded image to modify with the pipeline. |
prompt |
string | ✔️ | Text prompt(s) to guide upscaled image generation. |
modelId |
string | ➖ | Hugging Face model ID used for upscaled image generation. |
numInferenceSteps |
number | ➖ | Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength. |
safetyCheck |
boolean | ➖ | Perform a safety check to estimate if generated images could be offensive or harmful. |
seed |
number | ➖ | Seed for random number generation. |