之前帮公司设计装 SD ,后面想干脆写个脚本,一键安装。虽然咱们这里程序员居多,但还是和大家分享一下,欢迎讨论,共同进步。
打开终端后执行以下命令即可自动安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh)"
当然,网络原因可以使用以下命令,但是后续安装可能也会由于网络原因失败,建议先保证网络通畅
/bin/bash -c "$(curl -fsSL https://raw.fastgit.org/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh)"
更详细的使用说明可以看这里
使用 Homebrew
安装一些系统依赖
使用 Micromamba
作为 Python 包和环境管理工具。和 Conda
比起来,没有 Base
环境(为空),所以丝毫不会影响你的系统环境,而且更快。
Homebrew
和 Micromamba
均不会被添加到你的系统环境中,保证你的系统清爽如初。
项目开源,欢迎提出问题,讨论分享,欢迎 Star ⭐️ ~~~
1
ygtq 2023-08-31 11:01:44 +08:00 1
大佬,写个 windows 的呗,受众更广
|
2
EatMi OP |
3
TabGre 2023-08-31 15:55:12 +08:00 via iPhone
本地跑主要是机器,我都是 colab 上泡的
|
4
jian0jian 2023-08-31 16:05:23 +08:00 1
直接用这个 https://github.com/LykosAI/StabilityMatrix , 一键安装 Automatic 1111, Comfy UI, SD.Next (Vladmandic), VoltaML, InvokeAI, and Fooocus , 模型共用
|
5
lin7946 2023-08-31 16:53:46 +08:00 1
点赞大佬,晚上回去用自己电脑试试
|
6
hanyu2pomelo 2023-08-31 17:01:18 +08:00 1
最近天天被这个折磨,公司要求根据这个魔改成一个新的
|
7
WenjieYe 2023-08-31 17:28:26 +08:00 1
小白问个弱智问题,这个脚本包含了、ml-stable-diffusion 吗?我看到没有使用 ANE 加速,如何加上呢?
|
8
Luzaiv7 2023-08-31 17:33:42 +08:00
装 abseil 的时候一直失败
|
9
cs3230524 2023-08-31 17:47:47 +08:00
cpu 跑太慢啦
|
11
dragon710 2023-08-31 18:18:33 +08:00 1
因特尔处理器的 mac 上可以不
|
12
bjzhou1990 2023-08-31 18:42:33 +08:00
推荐直接 Fooocus ,https://github.com/lllyasviel/Fooocus
|
17
EatMi OP @hanyu2pomelo #6 哈哈哈,先换个皮,看看老板满意不
|
20
EatMi OP @bjzhou1990 #12 这个好像还不支持 mac 🤔
|
21
netty 2023-09-01 09:23:32 +08:00 via iPhone 1
|
22
Luzaiv7 2023-09-01 10:23:17 +08:00
@EatMi ==>
Installing dependencies for protobuf: abseil ==> Installing protobuf dependency: abseil Error: Failure while executing; `/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.0.24\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 13.0\)\ curl/7.84.0 --header Accept-Language:\ en --retry 3 --fail --location --silent --head --request GET https://mirrors.ustc.edu.cn/homebrew-bottles/abseil-20230125.3.arm64_ventura.bottle.1.tar.gz` exited with 22. Here's the output: HTTP/2 404 server: openresty date: Fri, 01 Sep 2023 02:22:01 GMT content-type: text/html; charset=UTF-8 content-length: 150 curl: (22) The requested URL returned error: 404 安装失败,是否重试? [y/n] Installation failed, do you want to retry? [y/n] |
25
niji 2023-09-01 17:18:41 +08:00
hugging face 解决
|
27
EatMi OP @Luzaiv7 #24 看样子是你改了 homebrew 的源,https://mirrors.ustc.edu.cn ,换个源试试吧
|
29
Luzaiv7 2023-09-04 14:34:41 +08:00
@EatMi 装到一半提示 python 版本问题,还有找不到相应的库
stderr: ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement tb-nightly (from versions: none) ERROR: No matching distribution found for tb-nightly [notice] A new release of pip is available: 23.0.1 -> 23.2.1 [notice] To update, run: pip install --upgrade pip |