当前位置:AIGC资讯 > AIGC > 正文

Stable-Diffusion 报错: no attribute ‘lowvram‘ 或not implemented for ‘Half‘

AttributeError: ‘NoneType‘ object has no attribute ‘lowvram‘;
RuntimeError: “addmm_impl_cpu_” not implemented for ‘Half’
进入stable-diffusion-webui文件夹,找到webui-user.bat文件,右键编辑,找到

set COMMANDLINE_ARGS=

这一行,在后面添加

 --lowvram --precision full --no-half --skip-torch-cuda-test

使得整个文件呈现以下内容

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --lowvram --precision full --no-half --skip-torch-cuda-test

call webui.bat

保存后重新启动webui-user.bat文件文件即可

更新时间 2024-05-24