basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

Green flat output without `--precision full` #121

Closed matteodefelice closed 2 years ago

matteodefelice commented 2 years ago

If I don't set --precision full, I get after the computation a plain green image (a constant color). I tried 3-4 different combinations, with and without the full precision. In the latter case, I only got this green output.

AxelFar94 commented 2 years ago

Is a know issue on GTX 16xx series, need to be fixed on the original CompVis Stable Diffusion fork that this one is based on.

basujindal commented 2 years ago

If I don't set --precision full, I get after the computation a plain green image (a constant color). I tried 3-4 different combinations, with and without the full precision. In the latter case, I only got this green output.

Hi, as @AxelFar94 said, it's a know issue with GTX series GPUs. For now, there is no workaround.