Skip to content

Instantly share code, notes, and snippets.

@FurkanGozukara
Last active July 29, 2023 20:33
Show Gist options
  • Save FurkanGozukara/fdfb1c24a38509c8ec0184951ba12abf to your computer and use it in GitHub Desktop.
Save FurkanGozukara/fdfb1c24a38509c8ec0184951ba12abf to your computer and use it in GitHub Desktop.
How to run and install Automatic1111 Web UI and DreamBooth on RunPod with latest xformers
video of this gist : https://youtu.be/zA4LksIVas8
dreambooth extension commit id : 3324b6ab7fa661cf7d6b5ef186227dc5e8ad1878
sd web ui commit : 22bcc7be428c94e9408f589966c2040187245d81
fuser -k 3000/tcp
python relauncher.py
pip3 install torch==1.13.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip uninstall xformers
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.19-cp310-cp310-manylinux2014_x86_64.whl
pip install -r requirements.txt
wget https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt
wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt
https://github.com/d8ahazard/sd_dreambooth_extension
lora extended: https://github.com/KohakuBlueleaf/a1111-sd-webui-locon
@FurkanGozukara
Copy link
Author

Hi I am getting this error after doing python relauncher.py .Please help. Stuck for 2 days. dreambooth error

hi updated file here

https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/How-To-Install-DreamBooth-Extension-On-RunPod.md

@xofonno
Copy link

xofonno commented May 29, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment