Skip to content

story-squad/StoryBoardSD

 
 

Repository files navigation

This is Story Squads takeover and modification of the stable diffusion webui. We are using this to generate videos for our products and marketing efforts.

we are currently working on extracting the video generation code from the webui and making it into a standalone API.

Requirements

Hardware

  • A computer with a GPU that supports CUDA 11.1 or higher.
  • 16GB of RAM or more.
  • ~20GB of free disk space.
  • 8GB of free VRAM.
  • A heart.
  • A soul.
  • A sense of adventure.
  • A sense of wonder.
  • A sense of humor.

Software

  • Windows 10, macOS 10.15, or Linux.

There are wonderful automatic install scripts for Windows and Linux. If you're on macOS, you'll have to follow the instructions

Automatic Installation on Windows

  1. Install Python 3.10.6, checking "Add Python to PATH"
  2. Install git.
  3. Download the stable-diffusion-webui repository, for example by running git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.
  4. Place model.ckpt in the models directory (see dependencies for where to get it).
  5. Run webui-user.bat from Windows Explorer as normal, non-administrator, user.

Automatic Installation on Linux

  1. Install the dependencies:
# Debian-based:
sudo apt install wget git python3 python3-venv
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3
  1. To install in /home/$(whoami)/stable-diffusion-webui/, run:
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)

Installation on Apple Silicon

Find the instructions here.

Credits

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • JavaScript 5.7%
  • CSS 1.3%
  • Other 0.7%