https://github.com/montyanderson/generative-animator
Create AI videos using Prodia's Stable Diffusion ControlNet API.
https://github.com/montyanderson/generative-animator
ai generative-ai generative-video video
Last synced: about 2 months ago
JSON representation
Create AI videos using Prodia's Stable Diffusion ControlNet API.
- Host: GitHub
- URL: https://github.com/montyanderson/generative-animator
- Owner: montyanderson
- Created: 2023-08-24T14:28:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T15:44:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T22:47:21.069Z (about 2 months ago)
- Topics: ai, generative-ai, generative-video, video
- Language: TypeScript
- Homepage:
- Size: 2.35 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# generative-animator
Create AI videos using Prodia's Stable Diffusion ControlNet API.
| Input | Output |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|  | |## example
1. Get a [Prodia API Key](https://docs.prodia.com/reference/getting-started-guide).
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
```