本文主要是介绍Stable Diffusion Automatic1111 Web UI和dreambooth扩展的安装教程,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
一 下载安装 Python 3.10.x (3.10.6, 3.10.9, 3.10.11) and git
- Python 3.10.9 > https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe
- git > https://git-scm.com/downloads
二 下载安装Automatic1111 Web UI
- 下载地址:https://github.com/AUTOMATIC1111/stable-diffusion-webui
- 下载用于训练的模型:Realistic Vision V2 Model For Realistic Training (3.85 GB)
三 手动安装
- DreamBooth extension:https://github.com/d8ahazard/sd_dreambooth_extension
- 进入Automatic1111 安装文件夹的extensions目录
git clone https://github.com/d8ahazard/sd_dreambooth_extension
- 如果想跟教程中的界面及效果一直,请用
git checkout dc413a14379b165355502d9f65856c40a4bb5b6f
保持跟我的版本一致。 - 在命令窗口进入automatic_web_ui\venv\Scripts ,并键入
activate
- 一步一步按下面的命令操作:
cd..
cd..
cd "extensions\sd_dreambooth_extension"
pip install -r requirements.txt
这篇关于Stable Diffusion Automatic1111 Web UI和dreambooth扩展的安装教程的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!