stabilityai/stable-diffusion-2-1 · Only generates black images?
Loading saved model downloaded from stabilityai/stable-diffusion-2-1
stable_2_1 = StableDiffusionPipeline.from_pretrained(
"/var/app/models/ldm/sd-2-1/",
torch_dtype=float16
).to("cuda")
stable_2_1.enable_attention_slicing()
All I am getting is black images, running code that worked with 1.5. I'm using an A10 gpu. It is not flagging them as NSFW, and it takes a normal amount of time to do the generation.文章来源:https://www.toymoban.com/news/detail-519357.html
文章来源地址https://www.toymoban.com/news/detail-519357.html
到了这里,关于stabilityai/stable-diffusion-2-1 生成黑图问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!