brandonwsaw
/
meina-dpm-14
- Public
- 2.8K runs
Run brandonwsaw/meina-dpm-14 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 |
---|---|---|---|
width |
integer
|
512
|
Width of output image
|
height |
integer
|
512
|
Height of output image
|
video_length |
integer
|
16
|
Total number of frames
|
prompt |
string
|
Wizard mysterous man Mystical energy springs, Glowing and pulsating with power, Ancient runes and symbols, Rumors spreading among magic users dark necromancer
|
Input prompt
|
n_prompt |
string
|
(worst quality, low quality: 1.4)
|
Negative prompt
|
steps |
integer
|
20
Min: 1 Max: 100 |
Number of inference steps
|
guidance_scale |
number
|
8
Min: 1 Max: 30 |
guidance scale
|
seed |
integer
|
Seed (0 = random, maximum: 2147483647)
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 7,
"description": "Seed (0 = random, maximum: 2147483647)"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 20,
"maximum": 100,
"minimum": 1,
"x-order": 5,
"description": "Number of inference steps"
},
"width": {
"type": "integer",
"title": "Width",
"default": 512,
"x-order": 0,
"description": "Width of output image"
},
"height": {
"type": "integer",
"title": "Height",
"default": 512,
"x-order": 1,
"description": "Height of output image"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "Wizard mysterous man Mystical energy springs, Glowing and pulsating with power, Ancient runes and symbols, Rumors spreading among magic users dark necromancer",
"x-order": 3,
"description": "Input prompt"
},
"n_prompt": {
"type": "string",
"title": "N Prompt",
"default": "(worst quality, low quality: 1.4)",
"x-order": 4,
"description": "Negative prompt"
},
"video_length": {
"type": "integer",
"title": "Video Length",
"default": 16,
"x-order": 2,
"description": "Total number of frames"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 8,
"maximum": 30,
"minimum": 1,
"x-order": 6,
"description": "guidance scale"
}
}
}
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"
}