AI绘画——使用stable-diffusion生成图片时提示RuntimeError: CUDA out of memory处理方法

当使用stable-diffusion进行AI绘画时遇到CUDA内存不足的问题,可以通过设置--n_samples 1降低采样数,或者修改代码降低精度来缓解。此外,可以尝试使用stable-diffusion-webui以半精度运行模型,减少GPU内存需求。项目地址:https://github.com/AUTOMATIC1111/stable-diffusion-webui

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

提示显存不足

RuntimeError: CUDA out of memory. Tried to allocate 1.50 GiB (GPU 0; 8.00 GiB total capacity; 5.62 GiB already allocated; 109.75 MiB free; 5.74 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF

1、添加参数–n_samples 1,其默认值为3

python scripts/txt2img.py --prompt “a photograph of an astronaut riding a horse” --plms –n_samples 1

在这里插入图片描述

2、降低精度

修改scripts/txt2img.py文件,在model.to(device)后添加.half()
在这里插入图片描述

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

PromiseTo

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值