AI大模型教程
一起来学习

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-webuisd-webui-aki-v4.2python中,
然后在sd的python路径下输入cmd回车在终端python -m pip install -U pip回车,运行完毕以后再运行Scriptspip 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%的问题。安装有其他问题也欢迎关注评论私聊讨论。

 

文章来源于互联网:stable diffusion安装包与常用模型下载

相关推荐: 【AIGC】ChatGPT与人类理解力的共鸣:人机交互中的心智理论(ToM)探索

博客主页: [小ᶻZ࿆] 本文专栏: AIGC | ChatGPT 💯前言 在当今人工智能飞速发展的背景下,心智理论在理解和运用ChatGPT方面起着至关重要的作用。心智理论是一种能够理解他人可能拥有与自己不同的想法、感受和信念的能力。通过这一理论,ChatG…

赞(0)
未经允许不得转载:5bei.cn大模型教程网 » stable diffusion安装包与常用模型下载
分享到: 更多 (0)

AI大模型,我们的未来

小欢软考联系我们