赞
踩
记录一些命令和链接为自己方便使用
首先是国内的pip源,如下:
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
据说清华的有问题,不知道现在fix了没有,我一般用科技大学的。
设置pip config
- pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
- pip config set install.trusted-host mirrors.aliyun.com
执行完上面两条命令就可以啦。
pip config set
命令能自动把配置写入到用户对应的配置文件中:
- [global]
- index-url = https://mirrors.aliyun.com/pypi/simple/
-
- [install]
- trusted-host=mirrors.aliyun.com
如果不想改变缺省(default)链接,又想添加国内镜像,下面这个命令就很重要:
pip config set global.extra-index-url "url"
安装control-net在A1111里面:
1.打开stable diffusion webui,进入"Extensions"选项卡
2.点击"Install from URL",注意"URL for extension's git repository"下方的输入框
3.粘贴或输入本Git仓库地址https://github.com/Mikubill/sd-webui-controlnet
4.点击下方的黄色按钮"Install"即可完成安装,然后重启WebUI(点击"Install from URL"左方的"Installed",然后点击黄色按钮"Apply and restart UI"网页下方的"Reload UI"完成重启)
方法2:手动下载复制
1.在任意目录下使用git clone https://github.com/Mikubill/sd-webui-controlnet
2.进入下载好的文件夹,复制至stable-diffusion-webui\extensions
npm就是安装Node.js。可以从Node.js官方网站(Node.js)下载安装。
Facexlib:facexlib · PyPI
几个关于prompt的网站:
PirateDiffusion – The Stable Diffusion Community | Prompt Different.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。