Billy Cao
Billy Cao
Just an update, Nvidia released CUDA 11.8 and cuDNN 8.6.0 which seems to fix my issue.
I know how to detect black reliably, but I am not familiar with this repo's code enough to implement the re-rendering. ``` for i in response['images']: image = PIL.Image.open(io.BytesIO(base64.b64decode(i))) all_black...
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4202 I added a simple fix that will work if user use ctrl+c
I have same issue here but im on a RTX 3080ti
@mickhogan from your logs, your issue is clearly not related to OP's. You ran out of RAM.
You may just have some software running and took up your RAM unknowingly. Reboot will close it and it will solve the issue
@neoOpus all of his errors come from the requests library. It is fair to say that hardware does not matter here. He will still get the same error if he...
> > @neoOpus all of his errors come from the requests library. It is fair to say that hardware does not matter here. He will still get the same error...