# Stable Diffusion

# Windows 安装

  1. 安装Python 3.10.6 (opens new window), 并勾选"Add Python to PATH"
  2. 安装git (opens new window)
  3. 下载stable-diffusion-webui源码git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
  4. 运行webui-user.bat

脚本配置如下:

@echo off

set PYTHON="C:\Users\tpxce\AppData\Local\Programs\Python\Python310\python.exe"
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS="--xformers"
call webui.bat
1
2
3
4
5
6
7
更新时间: 3/27/2023, 2:43:42 PM