Stable Diffusion Automatic1111 Web UI和dreambooth扩展的安装教程

2023-12-13 03:36:12

一 下载安装 Python 3.10.x (3.10.6, 3.10.9, 3.10.11) and git

  1. Python 3.10.9 > https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe
  2. git > https://git-scm.com/downloads

二 下载安装Automatic1111 Web UI

  1. 下载地址:https://github.com/AUTOMATIC1111/stable-diffusion-webui
  2. 下载用于训练的模型:Realistic Vision V2 Model For Realistic Training (3.85 GB)

三 手动安装

  1. DreamBooth extension:https://github.com/d8ahazard/sd_dreambooth_extension
  2. 进入Automatic1111 安装文件夹的extensions目录
  3. git clone https://github.com/d8ahazard/sd_dreambooth_extension
  4. 如果想跟教程中的界面及效果一直,请用git checkout dc413a14379b165355502d9f65856c40a4bb5b6f 保持跟我的版本一致。
  5. 在命令窗口进入automatic_web_ui\venv\Scripts ,并键入 activate
  6. 一步一步按下面的命令操作:
  7. cd..
  8. cd..
  9. cd "extensions\sd_dreambooth_extension"
  10. pip install -r requirements.txt

文章来源:https://blog.csdn.net/aplsc/article/details/134831112
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。