zsxkib
/
prototype-model2
- Public
- 6 runs
Run zsxkib/prototype-model2 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
|
photo of vocano, rocks, storm weather, wind, lava waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
|
None
|
negative_prompt |
string
|
blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation
|
None
|
frames |
integer
|
16
Min: 1 Max: 32 |
Length of the video in frames (playback is at 8 fps e.g. 16 frames @ 8 fps is 2 seconds)
|
width |
integer
|
512
|
Width in pixels
|
height |
integer
|
512
|
Height in pixels
|
base_model |
string
(enum)
|
majicmixRealistic_v5Preview
Options: realisticVisionV20_v20, lyriel_v16, majicmixRealistic_v5Preview, rcnzCartoon3d_v10, toonyou_beta3, CUSTOM |
Choose the base model for animation generation. If 'CUSTOM' is selected, provide a custom model URL in the next parameter
|
custom_base_model_url |
string
|
|
Only used when base model is set to 'CUSTOM'. URL of the custom model to download if 'CUSTOM' is selected in the base model. Only downloads from 'https://civitai.com/api/download/models/' are allowed
|
steps |
integer
|
25
Min: 1 Max: 100 |
Number of inference steps
|
guidance_scale |
number
|
7.5
Max: 20 |
Guidance Scale. How closely do we want to adhere to the prompt and its contents
|
seed |
integer
|
-1
|
Seed for different images and reproducibility. Use -1 to randomise seed
|
zoom_in_motion_strength |
number
|
0
Max: 1 |
Strength of Zoom In Motion LoRA. 0 disables the LoRA
|
zoom_out_motion_strength |
number
|
0
Max: 1 |
Strength of Zoom Out Motion LoRA. 0 disables the LoRA
|
pan_left_motion_strength |
number
|
0
Max: 1 |
Strength of Pan Left Motion LoRA. 0 disables the LoRA
|
pan_right_motion_strength |
number
|
0
Max: 1 |
Strength of Pan Right Motion LoRA. 0 disables the LoRA
|
pan_up_motion_strength |
number
|
0
Max: 1 |
Strength of Pan Up Motion LoRA. 0 disables the LoRA
|
pan_down_motion_strength |
number
|
0
Max: 1 |
Strength of Pan Down Motion LoRA. 0 disables the LoRA
|
rolling_clockwise_motion_strength |
number
|
0
Max: 1 |
Strength of Rolling Clockwise Motion LoRA. 0 disables the LoRA
|
rolling_anticlockwise_motion_strength |
number
|
0
Max: 1 |
Strength of Rolling Anticlockwise Motion LoRA. 0 disables the LoRA
|
use_custom_motionlora |
boolean
|
False
|
Flag to allow downloads of custom MotionLoRAs from CivitAI. When set to true, provide an download URL for `custom_motionlora_url`
|
custom_motionlora_url |
string
|
|
Only used when flag for custom MotionLoRAs is enabled. Only downloads from 'https://civitai.com/api/download/models/' are allowed
|
custom_motionlora_motion_strength |
number
|
0
Max: 1 |
Strength of Downloaded Custom Motion LoRA. 0 disables the LoRA
|
output_format |
string
(enum)
|
mp4
Options: mp4, gif |
Output format of the video. Can be 'mp4' or 'gif'
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": -1,
"x-order": 9,
"description": "Seed for different images and reproducibility. Use -1 to randomise seed"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 25,
"maximum": 100,
"minimum": 1,
"x-order": 7,
"description": "Number of inference steps"
},
"width": {
"type": "integer",
"title": "Width",
"default": 512,
"x-order": 3,
"description": "Width in pixels"
},
"frames": {
"type": "integer",
"title": "Frames",
"default": 16,
"maximum": 32,
"minimum": 1,
"x-order": 2,
"description": "Length of the video in frames (playback is at 8 fps e.g. 16 frames @ 8 fps is 2 seconds)"
},
"height": {
"type": "integer",
"title": "Height",
"default": 512,
"x-order": 4,
"description": "Height in pixels"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "photo of vocano, rocks, storm weather, wind, lava waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
"x-order": 0
},
"base_model": {
"enum": [
"realisticVisionV20_v20",
"lyriel_v16",
"majicmixRealistic_v5Preview",
"rcnzCartoon3d_v10",
"toonyou_beta3",
"CUSTOM"
],
"type": "string",
"title": "base_model",
"description": "Choose the base model for animation generation. If 'CUSTOM' is selected, provide a custom model URL in the next parameter",
"default": "majicmixRealistic_v5Preview",
"x-order": 5
},
"output_format": {
"enum": [
"mp4",
"gif"
],
"type": "string",
"title": "output_format",
"description": "Output format of the video. Can be 'mp4' or 'gif'",
"default": "mp4",
"x-order": 21
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 7.5,
"maximum": 20,
"minimum": 0,
"x-order": 8,
"description": "Guidance Scale. How closely do we want to adhere to the prompt and its contents"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
"x-order": 1
},
"custom_base_model_url": {
"type": "string",
"title": "Custom Base Model Url",
"default": "",
"x-order": 6,
"description": "Only used when base model is set to 'CUSTOM'. URL of the custom model to download if 'CUSTOM' is selected in the base model. Only downloads from 'https://civitai.com/api/download/models/' are allowed"
},
"custom_motionlora_url": {
"type": "string",
"title": "Custom Motionlora Url",
"default": "",
"x-order": 19,
"description": "Only used when flag for custom MotionLoRAs is enabled. Only downloads from 'https://civitai.com/api/download/models/' are allowed"
},
"use_custom_motionlora": {
"type": "boolean",
"title": "Use Custom Motionlora",
"default": false,
"x-order": 18,
"description": "Flag to allow downloads of custom MotionLoRAs from CivitAI. When set to true, provide an download URL for `custom_motionlora_url`"
},
"pan_up_motion_strength": {
"type": "number",
"title": "Pan Up Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 14,
"description": "Strength of Pan Up Motion LoRA. 0 disables the LoRA"
},
"zoom_in_motion_strength": {
"type": "number",
"title": "Zoom In Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 10,
"description": "Strength of Zoom In Motion LoRA. 0 disables the LoRA"
},
"pan_down_motion_strength": {
"type": "number",
"title": "Pan Down Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 15,
"description": "Strength of Pan Down Motion LoRA. 0 disables the LoRA"
},
"pan_left_motion_strength": {
"type": "number",
"title": "Pan Left Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 12,
"description": "Strength of Pan Left Motion LoRA. 0 disables the LoRA"
},
"zoom_out_motion_strength": {
"type": "number",
"title": "Zoom Out Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 11,
"description": "Strength of Zoom Out Motion LoRA. 0 disables the LoRA"
},
"pan_right_motion_strength": {
"type": "number",
"title": "Pan Right Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 13,
"description": "Strength of Pan Right Motion LoRA. 0 disables the LoRA"
},
"custom_motionlora_motion_strength": {
"type": "number",
"title": "Custom Motionlora Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 20,
"description": "Strength of Downloaded Custom Motion LoRA. 0 disables the LoRA"
},
"rolling_clockwise_motion_strength": {
"type": "number",
"title": "Rolling Clockwise Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 16,
"description": "Strength of Rolling Clockwise Motion LoRA. 0 disables the LoRA"
},
"rolling_anticlockwise_motion_strength": {
"type": "number",
"title": "Rolling Anticlockwise Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 17,
"description": "Strength of Rolling Anticlockwise Motion LoRA. 0 disables the LoRA"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}