Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 11, 2024

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>