Runtime error
#3377
Replies: 1 comment
-
this is one of the most discussed errors ever - please search. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi vladmandic,
it's me again, I've encounter 1 specific problem. It showed up randomly this error message.
:\Stable diffusion\automatic\venv\lib\site-packages\torchvision\transforms\functional.py:282: RuntimeWarning: invalid value encountered in cast
npimg = (npimg * 255).astype(np.uint8)
After this message the image generate will be pitch black.
what should i do about it? Is there anything I need to fix?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions