Skip to content

Create AI videos using Prodia's Stable Diffusion ControlNet API.

Notifications You must be signed in to change notification settings

montyanderson/generative-animator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generative-animator

Create AI videos using Prodia's Stable Diffusion ControlNet API.

Input Output
Input Image
example-output.mp4

example

  1. Get a Prodia API Key.

  2. Run the CLI.

To generate a 10 seconds long video, using 5 generations a second, interpolated to 60 fps:

deno run --allow-all main.ts \
    --api-key $PRODIA_API_KEY \
    --input input.png \
    --prompt "purple logo, hyper-real, vibrant, lightening" \
    --negative-prompt "badly drawn" \
    --speed 10 \
    --fps 60 \
    --duration 5 \
    --output output.mp4

About

Create AI videos using Prodia's Stable Diffusion ControlNet API.

Topics

Resources

Stars

Watchers

Forks