stable diffusion web ui:
https: //github.com/AUTOMATIC1111/stable-diffusion-webui
汉化:https://github.com/VinsonLaro/stable-diffusion-webui-chinese
需要软件:
git:PortableGit-2.40.0-64-bit.7z.exe
python:Anaconda3-2023.03-Windows-x86_64.exe
配置代理:
git:
git config --global https.proxy socks5 ://10.1.102.212:10810
pip:
pip.exe config set global.index-url https ://pypi.douban.com/simple
修改webui-user.bat
-
@echo off
-
-
set PYTHON=C:\anaconda3\python.exe
-
set GIT=
-
set VENV_DIR=
-
set COMMANDLINE_ARGS=--use-cpu all --precision full --no-half --no-half-vae --autolaunch --api --skip-torch-cuda-test
-
-
call webui.bat
然后执行webui-user.bat,等安装完软件就可以了
阅读(618) | 评论(0) | 转发(0) |