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

一 下载安装 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

相关推荐

  1. stable-diffusion-webui逐步部署教程

    2023-12-07 08:58:03       31 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-07 08:58:03       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-07 08:58:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-07 08:58:03       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-07 08:58:03       20 阅读

热门阅读

  1. OpenFeign远程调用实例

    2023-12-07 08:58:03       32 阅读
  2. vue3+ts自定义插件

    2023-12-07 08:58:03       35 阅读
  3. Nginx实现(缓冲区)

    2023-12-07 08:58:03       37 阅读
  4. go - 计算CIDR的主机数量

    2023-12-07 08:58:03       42 阅读
  5. RefCell 数据类型

    2023-12-07 08:58:03       30 阅读
  6. Linux下打包Qt-使用linuxDeployQt+appimageTool

    2023-12-07 08:58:03       31 阅读
  7. Ubuntu下应用软件安装

    2023-12-07 08:58:03       44 阅读
  8. Ubuntu20.24 安装ecCodes,包括 tar.gz 和 python(笔记)

    2023-12-07 08:58:03       39 阅读
  9. 使用lxml解析本地html文件报错?

    2023-12-07 08:58:03       33 阅读
  10. Docker build 命令

    2023-12-07 08:58:03       33 阅读
  11. SCI论文——respectively用法

    2023-12-07 08:58:03       34 阅读
  12. 利用 Python进行数据分析实验(一)

    2023-12-07 08:58:03       33 阅读