enhance-replicate/wangguf

Public
12 runs

Run enhance-replicate/wangguf 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
a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
Text prompt for video generation
negative_prompt
string
blurry ugly bad
Negative prompt to avoid certain elements
width
integer
720

Min: 256

Max: 1280

Width of the video
height
integer
480

Min: 256

Max: 1280

Height of the video
num_frames
integer
57

Min: 16

Max: 128

Number of frames to generate
num_inference_steps
integer
24

Min: 1

Max: 50

Number of inference steps
guidance_scale
number
2.5

Min: 1

Max: 20

Guidance scale for generation
conditioning_scale
number
0

Max: 10

Conditioning scale
seed
integer
0
Random seed for generation
fps
integer
16

Min: 1

Max: 60

Frames per second for output video

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