stable-diffusion-webui出现NansException: A tensor with all NaNs was produced in Unet
创始人
2024-11-13 00:11:07

环境:秋叶大佬的stable-diffusion-webui启动器
操作系统:windows11
问题描述,当我更新了webui的版本以及更新了一些插件后跑xl或者批量处理图生图时出现如下错误:
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

解决办法:
打开stable-diffusion-webui的根目录,然后打开launch.py,修改如下:

def main():     import sys   #添加这行     sys.argv.append("--no-half") # 添加这行     if args.dump_sysinfo:         filename = launch_utils.dump_sysinfo()         print(f"Sysinfo saved as {filename}. Exiting...")         exit(0)     launch_utils.startup_timer.record("initial startup")     with launch_utils.startup_timer.subcategory("prepare environment"):         if not args.skip_prepare_environment:             prepare_environment()     if args.test_server:         configure_for_tests()     start()  if __name__ == "__main__":     main() 

添加如上两行代码,然后重启stable-diffusion-webui,就解决相关的问题了;

相关内容

热门资讯

裸辞做“一人公司”,我后悔了 去年这个时候,一位以色列程序员正在东南亚旅行。他顺手把一个在脑子里转了很久的想法做成了产品,一个让任...
南京建成国内首个Pre-6G试... 4月21日,2026全球6G技术与产业生态大会在南京开幕。全息互动技术展台前,一名远在北京的工作人员...
超梵求职受邀参加“2025抖音... 超梵求职受邀参加“2025抖音巨量引擎成人教育行业生态大会”,探讨分享优质内容传播,服务万千学员。 ...
摩托罗拉Razr 2026(R... IT之家 4 月 22 日消息,摩托罗拉宣布新一代 Razr 折叠手机将于 4 月 29 日在美国发...
库克卸任,特纳斯领航:苹果新纪... 苹果首席执行官蒂姆·库克将卸任,硬件工程主管约翰·特纳斯将接任,苹果公司今天宣布此事。 库克将在夏季...