import { BodyGenImageToVideo } from "@livepeer/ai/models/components";
// No examples available for this model
Field | Type | Required | Description |
---|---|---|---|
image |
File | Blob | components.BodyGenImageToVideoImage | ✔️ | Uploaded image to generate a video from. |
fps |
number | ➖ | The frames per second of the generated video. |
height |
number | ➖ | The height in pixels of the generated video. |
modelId |
string | ➖ | Hugging Face model ID used for video generation. |
motionBucketId |
number | ➖ | Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video. |
noiseAugStrength |
number | ➖ | Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion. |
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. |
width |
number | ➖ | The width in pixels of the generated video. |