当前位置: 代码网 > 科技>操作系统>Windows > [stable diffusion] 错误:RuntimeError: Found no NVIDIA driver on your system. Please check that ...

[stable diffusion] 错误:RuntimeError: Found no NVIDIA driver on your system. Please check that ...

2024年07月31日 Windows 我要评论
use-cpu all --precision full --no-half --skip-torch-cuda-test 变成下面那句。window 也就是在webui.bat下修改 launch函数中 的参数加上。因为我电脑没有英伟达显卡所以遇到这个错误,可以改用cpu跑图的方式。

错误:runtimeerror: found no nvidia driver on your system. please check that you have an nvidia gpu and

因为我电脑没有英伟达显卡所以遇到这个错误,可以改用cpu跑图的方式

#引用下官方文档  https://github.com/automatic1111/stable-diffusion-webui/wiki/command-line-arguments-and-settings
running on cpu
running with only your cpu is possible, but not recommended. it is very slow and there is no fp16 implementation.

to run, you must have all these flags enabled: --use-cpu all --precision full --no-half --skip-torch-cuda-test

though this is a questionable way to run webui, due to the very slow generation speeds; using the various ai upscalers and captioning tools may be useful to some people.

window 也就是在webui.bat下修改 launch函数中 的参数加上
–use-cpu all --precision full --no-half --skip-torch-cuda-test 变成下面那句

%python% launch.py %* --use-cpu all --precision full --no-half --skip-torch-cuda-test

(0)

相关文章:

版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。

发表评论

验证码:
Copyright © 2017-2025  代码网 保留所有权利. 粤ICP备2024248653号
站长QQ:2386932994 | 联系邮箱:2386932994@qq.com