stable diffusion安装包与常用模型下载
本地安装包(直接借用秋叶大佬的包)🙏
1.最好用的 Forge 版整合包
网盘:https://pan.quark.cn/s/4e9459b17c94
解压密码:bilibili-秋葉aaaki
2.最好用的整合包!
https://pan.baidu.com/s/1MjO3CpsIvTQIDXplhE0-OA
提取码: aaki
3.模型训练器
夸克盘(最新):https://pan.quark.cn/s/b4ccd1f635b6
百度盘(更新慢):https://pan.baidu.com/s/1TBaoLkdJVjk_gPpqbUzZFw AutoDL
云端使用教程:【AI绘画】LoRA训练界面 AutoDL云端使用教程 - 哔哩哔哩
提取码:p8uy
4.最好用的 ComfyUI 版整合包
网盘:https://pan.quark.cn/s/64b808baa960
解压密码:bilibili-秋葉aaaki
插件与模型
reactor
1.先部署环境
下载 Visual Studio Tools - 免费安装 Windows、Mac、Linux
下载完成以后,找到「Visual Studio Installer」,然后点击启动,按照开始的流程选择「使用 C++ 的桌面开发」。
点击启动Visual Studio Installer程序,进来以后再点击修改。
如果以下界面已勾选,说明外部依赖已安装好,这一步可以直接跳过,没有勾选的记得勾选并保存修改。
2.回到webui安装reactor
打开webui的拓展,选择从网址安装,然后输入链接:https://github.com/Gourieff/sd-webui-reactor.git
理论上,我们在第一次使用 ReActor 插件的时候会自动下载模型。可以在 ReActor 界面的设置中查看模型是否下载成功。
如果没有下载成功,我也把模型文件放网盘了,可以自行获取。
链接:https://pan.quark.cn/s/c7bfc7532927
把下载的文件放入以下目录,如果不存在 insightface 文件夹,自己新建一个就好。
注意⚠️:如果本地ReActor插件安装不显示,可以下载https://pan.baidu.com/s/18k2LvSj02UkJDJMxCMjqAw?pwd=hga5 insightface-0.7.3-cp310-cp310-win_amd64.whl,
并将它放入到目录\novelai-webui\sd-webui-aki-v4.2\python中,
然后在sd的python路径下输入cmd回车在终端python -m pip install -U pip回车,运行完毕以后再运行Scripts\pip install insightface-0.7.3-cp310-cp310-win_amd64.whl 这串代码运行完毕以后重启web ui页面,ReActor插件就显示了。
(无法科学上网的小伙伴安装的时候某些模型无法下载,可以私聊或者评论给你看对应问题)
controlnet
链接: https://pan.baidu.com/s/1y0mv_UDzxzFcFW5Vha4epA?pwd=vnuw
提取码: vnuw
Instant-lD:https://www.liblib.art/modelinfo/6095d25cf80e4c49947a1bb64bf2f482?from=search
SparseCtrl:https://www.liblib.art/modelinfo/b2715dda4b5e4fa4962b7d73f7b8384c?from=search
IP-Adapter:https://www.liblib.art/modelinfo/15c07abc29d84d1a9e50ae379d702d1b?from=search
T21-Adapter:https://www.liblib.art/modelinfo/533d041491b5447a95b3d378f7018c8d?from=search&versionUuid=85b5bc643e364e3ba9848a0810e72713
recolor:
https://pan.baidu.com/s/1e5fjczxI6krzZM-sUIZuNA?pwd=67s9
提取码:67s9
Segmentanything
Segmentanything:https://github.com/facebookresearch/segment-anything.git
Segmentanything模型下载👇(模型和inpaint anything共用)
https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
inpaint anything(模型同上)
inpaint anything:https://github.com/Uminosachi/sd-webui-inpaint-anything.git
自动翻译
Prompt-all-in-one(翻译插件):https://github.com/Physton/sd-webui-prompt-all-in-one
photopea
photopea:https://github.com/sclang007/Open-Photopea.git
(建议用网页版平替就好)https://www.photopea.com/
easyphoto
easyphoto:https://github.com/aigc-apps/sd-webui-EasyPhoto.git
easyphoto视频换脸参考:https://github.com/aigc-apps/sd-webui-EasyPhoto/wiki/Video
对应模型:
模型1:dpt_hybrid-midas-501f0c75.pt
下载链接:https://huggingface.co/lllyasviel/ControlNet/blob/main/annotator/ckpts/dpt_hybrid-midas-501f0c75.pt
模型2:control_v11f1p_sd15_depth.pth
下载链接:https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main
模型3:sam_vit_l_0b3195.pth
下载地址:https://pai-aigc-photog.oss-cn-hangzhou.aliyuncs.com/webui/sam_vit_l_0b3195.pth
(除了需要安装环境的插件,其他插件都可以从github仓库下载)
comfyui
安装 CLIPVision 模型
搜索 “CLIPVision H”,然后点击 Install 即可安装。模型会被下载到这个路径:ComfyUI/models/clip_vision/
。
结语:
玩本地部署建议拥有科学上网,这样能解决掉90%的问题。安装有其他问题也欢迎关注评论私聊讨论。