philz1337x / video-style-transfer

Video style transfer. Use at ClarityAI.co. Twitter/X: @philz1337x

  • Public
  • 235 runs
  • GitHub
  • Paper

Run philz1337x/video-style-transfer 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
video
string
input video
prompt
string
best quality, perfect anime illustration, light,
prompt
negative_prompt
string
verybadimagenegative_v1.3
negative prompt
end_frame
integer
0
frame where to end
target_fps
integer
0
target fps
input_width
integer
1024
input width
input_height
integer
1024
input height
output_width
integer
1024
output width
output_height
integer
1024
output height
cfg_scale
number
3
cfg scale
clip_skip
integer
2
clip skip
num_inference_steps
integer
10
num inference steps
animatediff_batch_size
integer
24
animatediff batch size
animatediff_stride
integer
16
animatediff stride

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"
}