flameface / generative-animator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generative-animator

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

Input Output
Input Image
example-output.mp4

example

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.


Languages

Language:TypeScript 100.0%