Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 6.78 KB

bodygenupscale.md

File metadata and controls

20 lines (15 loc) · 6.78 KB

BodyGenUpscale

Example Usage

import { BodyGenUpscale } from "@livepeer/ai/models/components";

// No examples available for this model

Fields

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.