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'

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}