Sygil-Dev / stable-diffusion

GNU Affero General Public License v3.0
1.72k stars 148 forks source link

Generates a green square. #185

Closed StoryHack closed 2 years ago

StoryHack commented 2 years ago

I followed the installation steps, using the webuildm.cmd. When I visit the ui and try to generate an image, it thinks for a while, and then returns a solid green image as the output. I'll attach one as an example. I have left all options to their defaults, except reducing the size to 384x384 instead of 512x512. grid-00002-2695477958_a_man_wearing_a_skull_mask_by_frank_frazetta

What could I be doing wrong?

TingTingin commented 2 years ago

This is a common problem on 16 series gpus u need to send --no-half when launching the ui

StoryHack commented 2 years ago

Thanks. I finally found instructions for doing that on the optimized mode section of the readme, and it works.