Hello, I already have a working Stable Diffusion install after following a Youtube video tutorial, but it's just a command prompt and so it's not very intuitive to use. Therefore, I really want to use this GUI. However, I am having a problem where the output images are all green squares.
This also happened to me on my other Stable Diffusion install, but I found out that if I type "--precision full" after a prompt, it works as expected.
I have a Geforce 1660 Super GPU which apparently causes some problems for Stable Diffusion. But since I was able to find a solution for my other Stable Diffusion install, I wonder if I could do that here too?
In short: is it possible to have "--precision full" run every time I generate an image, so that the output image isn't a blank green square?
Edit: In the settings json, I found "bFullPrecision" which is set to true. Assuming that this is the same thing as "--precision full", but it still doesn't work, well... that is worrisome for me. Is "bFullPrecision" the same as "--precision full"? If not, my above question still stands, but if it is, then would you happen to know of any other solution for a 1660 Super GPU to output images correctly?
For reference, this is the video tutorial I followed to get a working Stable Diffusion install on my PC, that runs on the command line.
And when I type "--precision full", it works perfectly. So Stable Diffusion can indeed work on a 1660 Super, but I don't know exactly how it works.