Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1 KB

readme.md

File metadata and controls

27 lines (20 loc) · 1 KB

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