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.
In addition to Python 3.12 or above, the following modules will also need to be installed:
- pytorch
- diffusers
<i>pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118</i>
<i>pip install --upgrade diffusers[torch]</i>