enhance-replicate/wan-vace-1.3b
Run enhance-replicate/wan-vace-1.3b 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 cute cat walking in a garden
|
Text prompt for video generation
|
negative_prompt |
string
|
blurry ugly bad
|
Negative prompt
|
width |
integer
|
384
Min: 256 Max: 720 |
Width of the video
|
height |
integer
|
256
Min: 256 Max: 480 |
Height of the video
|
num_frames |
integer
|
17
Min: 8 Max: 57 |
Number of frames
|
num_inference_steps |
integer
|
12
Min: 6 Max: 24 |
Number of inference steps
|
guidance_scale |
number
|
2.5
Min: 1 Max: 5 |
Guidance scale
|
fps |
integer
|
8
Min: 4 Max: 30 |
Frames per second
|
seed |
integer
|
0
|
Random seed
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 8,
"maximum": 30,
"minimum": 4,
"x-order": 7,
"description": "Frames per second"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 0,
"x-order": 8,
"description": "Random seed"
},
"width": {
"type": "integer",
"title": "Width",
"default": 384,
"maximum": 720,
"minimum": 256,
"x-order": 2,
"description": "Width of the video"
},
"height": {
"type": "integer",
"title": "Height",
"default": 256,
"maximum": 480,
"minimum": 256,
"x-order": 3,
"description": "Height of the video"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "a cute cat walking in a garden",
"x-order": 0,
"description": "Text prompt for video generation"
},
"num_frames": {
"type": "integer",
"title": "Num Frames",
"default": 17,
"maximum": 57,
"minimum": 8,
"x-order": 4,
"description": "Number of frames"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 2.5,
"maximum": 5,
"minimum": 1,
"x-order": 6,
"description": "Guidance scale"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "blurry ugly bad",
"x-order": 1,
"description": "Negative prompt"
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 12,
"maximum": 24,
"minimum": 6,
"x-order": 5,
"description": "Number of inference steps"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "string",
"title": "Output",
"format": "uri"
}