peter942 / steerable-motion

  • Public
  • 233 runs

Run peter942/steerable-motion with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image_list
string
Image list (.zip file)
image_prompt_list
string
0_:16_:24_:36_:48_:60_:72_:84_:96_:108_
Image prompt list
negative_prompt
string
(worst quality, low quality:1.2)
Negative Prompt
type_of_frame_distribution
string (enum)
linear

Options:

linear, dynamic

Frame distribution
linear_frame_distribution_value
integer
16
Linear Frames per keyframe
dynamic_frame_distribution_values
string
0,10,26,40,46
Dynamic Frames per keyframe
type_of_key_frame_influence
string (enum)
linear

Options:

linear, dynamic

Frame distribution
linear_key_frame_influence_value
number
0.9
Linear keyframe influence
dynamic_key_frame_influence_values
string
0.5,0.5,2.0,0.5
Dynamic keyframe influence
buffer
integer
4
Buffer
type_of_cn_strength_distribution
string (enum)
dynamic

Options:

linear, dynamic

Type of CN strength distribution
linear_cn_strength_value
string
(0.0,1.0)
Linear CN strength influence
dynamic_cn_strength_values
string
(0.0,1.0),(0.0,1.0),(0.0,1.0),(0.0,1.0)
Dynamic CN strength influence
soft_scaled_cn_weights_multiplier
number
0.87
cn multiplier
stmfnet_multiplier
number
2
stmfnet multiplier
ckpt
string (enum)
Counterfeit-V3.0_fp32.safetensors

Options:

Realistic_Vision_V5.0.safetensors, Counterfeit-V3.0_fp32.safetensors, epic_realism.safetensors, dreamshaper_v8.safetensors, deliberate_v3.safetensors

Select a Module
motion_scale
number
0.8
Motion scale
relative_ipadapter_strength
number
1
IP adapter image weight
relative_ipadapter_influence
number
1
IP adapter image weight
ipadapter_noise
number
0
IP adapter noise
image_dimension
string (enum)
512x512

Options:

512x512, 512x768, 768x512

Select image dimenstions
output_format
string (enum)
video/h264-mp4

Options:

video/h264-mp4, image/gif

Output format

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}