Field | Type | Required | Description |
---|---|---|---|
Image |
components.BodyGenImageToVideoImage | ✔️ | Uploaded image to generate a video from. |
ModelID |
*string | ➖ | Hugging Face model ID used for video generation. |
Height |
*int64 | ➖ | The height in pixels of the generated video. |
Width |
*int64 | ➖ | The width in pixels of the generated video. |
Fps |
*int64 | ➖ | The frames per second of the generated video. |
MotionBucketID |
*int64 | ➖ | Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video. |
NoiseAugStrength |
*float64 | ➖ | Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion. |
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. |