anotherjesse
/
animatediff-template
- Public
- 8 runs
Run anotherjesse/animatediff-template 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
|
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
|
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
|
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
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": -1,
"x-order": 7,
"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": 2,
"description": "Number of inference steps"
},
"width": {
"type": "integer",
"title": "Width",
"default": 512,
"x-order": 5,
"description": "Width in pixels"
},
"frames": {
"type": "integer",
"title": "Frames",
"default": 16,
"maximum": 32,
"minimum": 1,
"x-order": 4,
"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": 6,
"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
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 7.5,
"maximum": 20,
"minimum": 0,
"x-order": 3,
"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
},
"pan_up_motion_strength": {
"type": "number",
"title": "Pan Up Motion Strength",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 12,
"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": 8,
"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": 13,
"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": 10,
"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": 9,
"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": 11,
"description": "Strength of Pan Right 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": 14,
"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": 15,
"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"
}