这个报错原因是软件分不清用cpu还是用GPU来画图,一般来说,Ctrl+C将“终端”终止,然后cd到stable-diffusion的目录下,用python3 launch.py --xformers来重启软件,都能解决这个问题。 总结 1、如果你要买显卡,建议至少买12GB显存以上的英伟达显卡,这样才能愉快的使用stable-diffusion。请记住AI画图,显存越大越好。 2...
(今日2023.10.24)huggingface目前国内已无法访问,而云起实验室中的stable diffusion webui安装教程依然是按照可用的方式进行的配置,所以安装过程会报错无法获取到相关的资源,本文就是解决这个过程中的问题。 报错 问题一 使用如下指令启动webui时,报错ImportError: cannot import name '_compare_version' from 'torchmetric...
File "/Users/qu/stable-diffusion-webui/launch.py", line 129, 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/qu/stable-diffusion-webui/launch.py", line 97, in ...
File "/Users/a111/stable-diffusion-webui/modules/launch_utils.py", line 411, in prepare_environment git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash) File "/Users/a111/stable-diffusion-webui/modules/launch_utils.py"...
输入python3 -V检测版本 img 在终端输入以下命令安装基本软件工具 brew install cmake protobuf rust git wget 1.3 使用Git下载stable-diffusion-webui项目 在终端窗口使用git命令去下载项目到本地: git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui ...
打开你的stable-diffusion主目录,找到如图所示的launch.py文件,打开它 找到def prepare_enviroment(): 开头的段落,在每个 https://github.com/ 开头的链接前面添加 https://ghproxy.com/ ,变成https://ghproxy.com/https://github.com/ 格式开头。
ImportError: cannot import name 'wrap_gradio_gpu_call' from 'webui' (E:\sd-webui-aki-v4.3\webui.py)提示:Python 运行时抛出了一个异常。请检查疑难解答页面。---Loading weights [7f96a1a9ca] from E:\sd-webui-aki-v4.3\models\Stable-diffusion\anything-v5-PrtRE.safetensorsCreating model fro...
03.02.将「pip install numpy==1.20.3」粘贴至该单元格内,点击该单元格前方的圆形按钮运行该单元格,运行成功后会显示「Successfully installed numpy-1.20.3」,然后再运行「3 - Launch WebUI for stable diffusion」即可正常运行。 04. 「3 - Launch WebUI for stable diffusion」报错,错误代码「CUDA out of me...
docker pull soulteary/stable-diffusion:taiyi-0.1 想运行“太乙”,除了需要下载“模型游乐场”镜像之外,我们还需要获取“太乙模型”文件: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 git clone https://huggingface.co/IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1 ...
S:\StableDiffusion\ComfyUI-aki-v1.6\python\Lib\site-packages\huggingface_hub\file_download.py:832: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You ...