chamuditha4
/
img2vid
- Public
- 57 runs
Run chamuditha4/img2vid 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 panda playing a guitar, on a boat, in the ocean, high quality
|
Input prompt
|
negative_prompt |
string
|
bad quality, worse quality
|
Negative prompt
|
guidance_scale |
number
|
7.5
Max: 20 |
Guidance scale
|
controlnet_scale |
number
|
1
Max: 20 |
Controlnet scale
|
num_inference_steps |
integer
|
20
Min: 1 Max: 100 |
Number of inference steps
|
input_image |
string
|
Input image
|
|
seed |
integer
|
Random seed. Leave blank to randomize the seed
|
{
"type": "object",
"title": "Input",
"required": [
"input_image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 6,
"description": "Random seed. Leave blank to randomize the seed"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "a panda playing a guitar, on a boat, in the ocean, high quality",
"x-order": 0,
"description": "Input prompt"
},
"input_image": {
"type": "string",
"title": "Input Image",
"format": "uri",
"x-order": 5,
"description": "Input image"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 7.5,
"maximum": 20,
"minimum": 0,
"x-order": 2,
"description": "Guidance scale"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "bad quality, worse quality",
"x-order": 1,
"description": "Negative prompt"
},
"controlnet_scale": {
"type": "number",
"title": "Controlnet Scale",
"default": 1,
"maximum": 20,
"minimum": 0,
"x-order": 3,
"description": "Controlnet scale"
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 20,
"maximum": 100,
"minimum": 1,
"x-order": 4,
"description": "Number of inference steps"
}
}
}
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"
}