amulil / my_own_stable_diffusion

Setup My Own Stable Diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_own_stable_diffusion

Setup Own Stable Diffusion

config webui

  • add WebUI repo to submodule
git submodule update --remote --merge https://github.com/AUTOMATIC1111/stable-diffusion-webui
  • update WebUI repo
git submodule update --remote --merge
  • clone repo
git clone --recurse-submodules <repository-url>

download model

Model name Model version
Stable Diffusion 1.5
cd stable-diffusion-webui
pip install -r requirements.txt
pip install tqdm
python script.py --help

example

# 

references

  1. https://stable-diffusion-art.com/automatic1111-colab/
  2. https://rentry.org/voldy#-novelai-setup-

About

Setup My Own Stable Diffusion

License:MIT License


Languages

Language:Python 100.0%