Skip to content

A web GUI built with Next.js for inpainting with Stable Diffusion using the Replicate API.

License

Notifications You must be signed in to change notification settings

ClarenceDan/Stable-Video-Diffusion

 
 

Repository files navigation

🎨 Stable Video Diffusion

A web GUI for creating dynamic videos and inpainting with Stable Video Diffusion using the Replicate API.

Experience it live at www.stablevideodiffusion.fun

Stable Video Diffusion

Features

Inpainter now includes capabilities for transforming static images into dynamic videos, thanks to the integration of the Stable Video Diffusion model. Users can:

  • Transform images into high-resolution videos with customizable frame rates and lengths.
  • Utilize the inpainting feature to fill in missing parts of images.
  • Explore a variety of applications in advertising, education, entertainment, and more.

How it Works

🚀 This Node.js app is powered by several robust technologies:

Development Setup

To get started with Stable Video Diffusion:

Prerequisites:

  1. A recent version of Node.js.
  2. A Replicate API token.

Configuration:

Set your Replicate API token in your environment:

REPLICATE_API_TOKEN=<your-token-here>

Then install dependencies and run the server:

npm install
npm run dev

Open http://localhost:3000

About

A web GUI built with Next.js for inpainting with Stable Diffusion using the Replicate API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%