我的编程空间,编程开发者的网络收藏夹
学习永远不晚

【Mac安装stable-diffusion-webui报错解决方案】

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

【Mac安装stable-diffusion-webui报错解决方案】

python最好用3.10版本!!!
python最好用3.10版本!!!
python最好用3.10版本!!!

Mac升级Python版本

brew install python@3.10

Mac电脑从stable-diffusion-webui代码库clone后,按照提示运行
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh) 报错

报错信息汇总:

Installing gfpgan
Traceback (most recent call last):

RuntimeError: Couldn’t install gfpgan.

error: subprocess-exited-with-error
ERROR: Could not find a version that satisfies the requirement cython (from versions: none)
ERROR: No matching distribution found for cython
error: metadata-generation-failed

完整报错如下:

Python 3.10.10 (main, Feb 16 2023, 02:58:25) [Clang 14.0.0 (clang-1400.0.29.202)]Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2Installing gfpganTraceback (most recent call last):  File "/Users/xxx/IdeaProjects/stable-diffusion-webui/launch.py", line 380, in     prepare_environment()  File "/Users/xxx/IdeaProjects/stable-diffusion-webui/launch.py", line 290, in prepare_environment    run_pip(f"install {gfpgan_package}", "gfpgan")  File "/Users/xxx/IdeaProjects/stable-diffusion-webui/launch.py", line 145, in run_pip    return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")  File "/Users/xxx/IdeaProjects/stable-diffusion-webui/launch.py", line 113, in run    raise RuntimeError(message)RuntimeError: Couldn't install gfpgan.Command: "/usr/local/opt/python@3.10/bin/python3.10" -m pip install git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 --prefer-binaryError code: 1stdout: Looking in indexes: http://mirrors.aliyun.com/pypi/simple/Collecting git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379  Cloning https://github.com/TencentARC/GFPGAN.git (to revision 8d2447a2d918f8eba5a4a01463fd48e45126a379) to /private/var/folders/_m/tjc3x6fd5s5_f6cs_dqt4hx00000gn/T/pip-req-build-2jwucle4  Resolved https://github.com/TencentARC/GFPGAN.git to commit 8d2447a2d918f8eba5a4a01463fd48e45126a379  Preparing metadata (setup.py): started  Preparing metadata (setup.py): finished with status 'error'stderr:   Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git /private/var/folders/_m/tjc3x6fd5s5_f6cs_dqt4hx00000gn/T/pip-req-build-2jwucle4  Running command git rev-parse -q --verify 'sha^8d2447a2d918f8eba5a4a01463fd48e45126a379'  Running command git fetch -q https://github.com/TencentARC/GFPGAN.git 8d2447a2d918f8eba5a4a01463fd48e45126a379  Running command git checkout -q 8d2447a2d918f8eba5a4a01463fd48e45126a379  error: subprocess-exited-with-error  × python setup.py egg_info did not run successfully.  │ exit code: 1  ╰─> [40 lines of output]      /usr/local/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.        warnings.warn(      WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.      ERROR: Could not find a version that satisfies the requirement cython (from versions: none)      ERROR: No matching distribution found for cython      Traceback (most recent call last):        File "/usr/local/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg          subprocess.check_call(cmd)        File "/usr/local/Cellar/python@3.10/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 369, in check_call          raise CalledProcessError(retcode, cmd)      subprocess.CalledProcessError: Command '['/usr/local/opt/python@3.10/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/_m/tjc3x6fd5s5_f6cs_dqt4hx00000gn/T/tmpq8tsd1vj', '--quiet', 'cython']' returned non-zero exit status 1.      The above exception was the direct cause of the following exception:      Traceback (most recent call last):        File "", line 2, in         File "", line 34, in         File "/private/var/folders/_m/tjc3x6fd5s5_f6cs_dqt4hx00000gn/T/pip-req-build-2jwucle4/setup.py", line 84, in           setup(        File "/usr/local/lib/python3.10/site-packages/setuptools/__init__.py", line 107, in setup          _install_setup_requires(attrs)        File "/usr/local/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires          _fetch_build_eggs(dist)        File "/usr/local/lib/python3.10/site-packages/setuptools/__init__.py", line 85, in _fetch_build_eggs          dist.fetch_build_eggs(dist.setup_requires)        File "/usr/local/lib/python3.10/site-packages/setuptools/dist.py", line 879, in fetch_build_eggs          resolved_dists = pkg_resources.working_set.resolve(        File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 815, in resolve          dist = self._resolve_dist(        File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 851, in _resolve_dist          dist = best[req.key] = env.best_match(        File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1123, in best_match          return self.obtain(req, installer)        File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1135, in obtain          return installer(requirement)        File "/usr/local/lib/python3.10/site-packages/setuptools/dist.py", line 949, in fetch_build_egg          return fetch_build_egg(self, req)        File "/usr/local/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg          raise DistutilsError(str(e)) from e      distutils.errors.DistutilsError: Command '['/usr/local/opt/python@3.10/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/_m/tjc3x6fd5s5_f6cs_dqt4hx00000gn/T/tmpq8tsd1vj', '--quiet', 'cython']' returned non-zero exit status 1.      [end of output]  note: This error originates from a subprocess, and is likely not a problem with pip.error: metadata-generation-failed× Encountered error while generating package metadata.╰─> See above for output.note: This is an issue with the package mentioned above, not pip.hint: See above for details.[notice] A new release of pip is available: 23.0 -> 23.0.1[notice] To update, run: python3.10 -m pip install --upgrade pip

在这里插入图片描述

注意看标红的部分,提示阿里云的镜像不是受信任的,把它改成受信任的即可。执行下面的命令

pip config set global.trusted-host mirrors.aliyun.com

PS:如何设置阿里云镜像?执行下面的命令

pip config set global.index-url <http://mirrors.aliyun.com/pypi/simple/>

来源地址:https://blog.csdn.net/dannyxch/article/details/129752318

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

【Mac安装stable-diffusion-webui报错解决方案】

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

pyqt5安装报错的解决方案详解

pyqt5安装报错的解决方案详解,附具体代码示例引言:PyQt5是一款强大而流行的Python GUI图形界面开发工具。安装PyQt5时,常常会遇到一些报错,这给开发者带来了不少困扰。本文将详细介绍几种常见的PyQt5安装报错及相应的解决
pyqt5安装报错的解决方案详解
2024-01-19

Linux安装Redis实现过程及报错解决方案

今天安装redis出现些之前安装不曾出现错误,一并在此做个记录 一、安装redis及出现错误 首先下载redis,官方下载地址页面:https://redis.io/download 我们这里选择稳定版6.0.1版本正常安装步骤如下:[ro
2022-06-03

Windows安装MySQL8.0时的报错汇总及解决方案

目录一、引言二、安装mysql时的报错汇总(点击旁边的log选项卡可以查看日志)错误1:initializing database(may take a long time)错误2:未将对象引用设置到对象的实例错误3:最后一步失败:Upda
Windows安装MySQL8.0时的报错汇总及解决方案
2024-09-13

解决Mac安装win7蓝屏问题最佳方案

轻松解决MACbook Air双系统蓝屏问题 本人最近为解决Mac安装Windows7的蓝屏问题在网络上遍寻各类方案,发现大家说法各异,不尽相同,有些方法颇为复杂,js为了让以后诸君遇此问题能轻松摆平,特将本人亲身体会分享之。 1. 出现蓝
2023-06-01

win7系统安装出错解决方案

因为win7系统软件十分年纪大了,因此许多仍在用win7的小伙伴要想更新或重新安装一下系统软件,可是有可能会碰到win7系统安装出错的问题,此刻可以利用下述方式 来处理。win7系统安装出错该怎么办:一、硬件配置1、因为绝大多数应用win7
2023-07-10

NLTK的安装教程及安装错误解决方案

NLTK是一款用于自然语言处理的Python库,安装过程简单易懂,只需要使用pip安装即可。若安装过程中出现错误,可以通过更新pip、安装必要的依赖项、更换镜像源等方式解决。
2023-05-16

mac-Yarn安装成功但提示 command not found 解决方案

文章目录 查看yarn配置卸载yarn删除注册表清除yarn缓存npm安装yarn安装完成后yarn -v提示command not found,故选择使用命令重新安装命令安装yarn然后打开.bash_profile文件:参考:h
mac-Yarn安装成功但提示 command not found 解决方案
2023-12-23

编程热搜

  • Android:VolumeShaper
    VolumeShaper(支持版本改一下,minsdkversion:26,android8.0(api26)进一步学习对声音的编辑,可以让音频的声音有变化的播放 VolumeShaper.Configuration的三个参数 durati
    Android:VolumeShaper
  • Android崩溃异常捕获方法
    开发中最让人头疼的是应用突然爆炸,然后跳回到桌面。而且我们常常不知道这种状况会何时出现,在应用调试阶段还好,还可以通过调试工具的日志查看错误出现在哪里。但平时使用的时候给你闹崩溃,那你就欲哭无泪了。 那么今天主要讲一下如何去捕捉系统出现的U
    Android崩溃异常捕获方法
  • android开发教程之获取power_profile.xml文件的方法(android运行时能耗值)
    系统的设置–>电池–>使用情况中,统计的能耗的使用情况也是以power_profile.xml的value作为基础参数的1、我的手机中power_profile.xml的内容: HTC t328w代码如下:
    android开发教程之获取power_profile.xml文件的方法(android运行时能耗值)
  • Android SQLite数据库基本操作方法
    程序的最主要的功能在于对数据进行操作,通过对数据进行操作来实现某个功能。而数据库就是很重要的一个方面的,Android中内置了小巧轻便,功能却很强的一个数据库–SQLite数据库。那么就来看一下在Android程序中怎么去操作SQLite数
    Android SQLite数据库基本操作方法
  • ubuntu21.04怎么创建桌面快捷图标?ubuntu软件放到桌面的技巧
    工作的时候为了方便直接打开编辑文件,一些常用的软件或者文件我们会放在桌面,但是在ubuntu20.04下直接直接拖拽文件到桌面根本没有效果,在进入桌面后发现软件列表中的软件只能收藏到面板,无法复制到桌面使用,不知道为什么会这样,似乎并不是很
    ubuntu21.04怎么创建桌面快捷图标?ubuntu软件放到桌面的技巧
  • android获取当前手机号示例程序
    代码如下: public String getLocalNumber() { TelephonyManager tManager =
    android获取当前手机号示例程序
  • Android音视频开发(三)TextureView
    简介 TextureView与SurfaceView类似,可用于显示视频或OpenGL场景。 与SurfaceView的区别 SurfaceView不能使用变换和缩放等操作,不能叠加(Overlay)两个SurfaceView。 Textu
    Android音视频开发(三)TextureView
  • android获取屏幕高度和宽度的实现方法
    本文实例讲述了android获取屏幕高度和宽度的实现方法。分享给大家供大家参考。具体分析如下: 我们需要获取Android手机或Pad的屏幕的物理尺寸,以便于界面的设计或是其他功能的实现。下面就介绍讲一讲如何获取屏幕的物理尺寸 下面的代码即
    android获取屏幕高度和宽度的实现方法
  • Android自定义popupwindow实例代码
    先来看看效果图:一、布局
  • Android第一次实验
    一、实验原理 1.1实验目标 编程实现用户名与密码的存储与调用。 1.2实验要求 设计用户登录界面、登录成功界面、用户注册界面,用户注册时,将其用户名、密码保存到SharedPreference中,登录时输入用户名、密码,读取SharedP
    Android第一次实验

目录