anotherjesse / vid2vid-protototype

  • Public
  • 171 runs

Run anotherjesse/vid2vid-protototype 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
prompt
string
An astronaut riding a horse
Input prompt
negative_prompt
string
Negative prompt
init_video
string
URL of the initial video (optional)
init_weight
number
0.5
Strength of init_video
num_frames
integer
24
Number of frames for the output video
num_inference_steps
integer
50

Min: 1

Max: 500

Number of denoising steps
width
integer
576

Min: 256

Width of the output video
height
integer
320

Min: 256

Height of the output video
guidance_scale
number
7.5

Min: 1

Max: 100

Guidance scale
fps
integer
8
fps for the output video
model
string (enum)
xl

Options:

xl, 576w, potat1

Model to use
batch_size
integer
1

Min: 1

Batch size
remove_watermark
boolean
False
Remove watermark
seed
integer
Random seed. Leave blank to randomize the seed

Output schema

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

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