本文介绍: 20240203在WIN10下使用GTX1080配置stable-diffusion-webui.git不支持float16精度出错的处理。缘起:最近学习stable-diffusion-webui.git,在Ubuntu20.04.6下配置SD成功。StableDiff SDXL的图生图解决方案NaNs was produced。Stable Diffusion ubuntu 部署,问题记录。不搞精简版本:Miniconda了。直接上Anacoda!双击打开升级软件/包之后都会报错!

20240203在WIN10下使用GTX1080配置stable-diffusion-webui.git不支持float16精度出错的处理
2024/2/3 21:23

缘起:最近学习stable-diffusion-webui.git,在Ubuntu20.04.6下配置SD成功。
不搞精简版本:Miniconda了。直接上Anacoda!

打开stable-diffusion-webui.git的时候报错:
webui.bat
webui-user.bat

双击打开升级软件/包之后都会报错!

NansException: A tensor with all NaNs was produced in Unet. This could be either because there’s not enough precision to represent the picture, or because your video card does not support half type. Try setting the “Upcast cross attention layer to float32” option in Settings > Stable Diffusion or using the –no-half commandline argument to fix this. Use –disable-nan-check commandline argument to disable this check.

Z:stable-diffusion-webuiwebui-user.bat
@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=

call webui.bat

\192.168.186.230rootrootmediarootrootWIN10stable-diffusion-webuiwebui-user.bat
@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=–no-half –disable-nan-check

call webui.bat

参考资料:
https://www.bilibili.com/read/cv28450517/?jump_opus=1
StableDiff SDXL的图生图解决方案NaNs was produced

https://blog.csdn.net/weixin_48096142/article/details/132604841
Stable Diffusion ubuntu 部署,问题记录

https://blog.csdn.net/mhack5200/article/details/132579690
NansException: A tensor with all NaNs was produced in Unet. This could be either because there‘s not

https://www.lskyf.com/post/258?action=btnFullClick
stable duffusion NansException: A tensor with all NaNs was produced in Unet. This could be either because there’s not enough pre

原文地址:https://blog.csdn.net/wb4916/article/details/136016598

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。

如若转载,请注明出处:http://www.7code.cn/show_67823.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注