9be49cb87115ee9717190eaf2074202628a03ecf
i2v (Image to Video)
I2V is a tool for converting a still image into a video. It uses the Stability.ai API to generate a video from a single image.
You can find the API documentation here: https://platform.stability.ai/docs/api-reference#tag/v2alphageneration/paths/1v2alpha1generation~1image-to-video/post
Usage
To build the binary run:
go build -o i2v i2v/cmd/cli
To run the binary:
Set the STABILITY_API_KEY
environment variable to your API key.
./i2v -o <path to output video> <path to input image>
Description
Languages
Go
94.6%
Shell
5.4%