Skip to content

CanHasDIY/SDVideoMaker

Repository files navigation

Stable Diffusion Video Maker

This repository is for my personal project, the Stable Diffusion Video Maker. The idea is to create a self-contained app that can be used by any person on any computer with a CUDA-enabled GPU.

Prerequisites

In addition to Python 3.12 or above, the following modules will also need to be installed:

  1. pytorch
  2. diffusers
<i>pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118</i>
<i>pip install --upgrade diffusers[torch]</i>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages