Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7405587
  • 博文数量: 1756
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16232
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1756)

文章存档

2024年(2)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2023-04-11 09:33:49

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

点击(此处)折叠或打开

  1. @echo off

  2. set PYTHON=C:\anaconda3\python.exe
  3. set GIT=
  4. set VENV_DIR=
  5. set COMMANDLINE_ARGS=--use-cpu all --precision full --no-half --no-half-vae --autolaunch --api --skip-torch-cuda-test

  6. call webui.bat

然后执行webui-user.bat,等安装完软件就可以了

阅读(475) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~