I recently downloaded the Stable Diffusion for PC and git a black image. I was advised to replace my graphic card.
After replacing my NVIDIA GeForce 1650 card with Gigabyte GeForce RTX 3060 Ti Eagle OC 8G I tried to run Stable Diffusion on my PC but got the following error:
torchvision\io\image.py:13: UserWarning: Failed to load image Python extension:
torch\_jit_internal.py:751: UserWarning: Unable to retrieve source for @torch.jit._overload function: <function _DenseLayer.forward at 0x0000019888E120D0>.
warnings.warn(f"Unable to retrieve source for @torch.jit._overload function: {func}.")
torch\_jit_internal.py:751: UserWarning: Unable to retrieve source for @torch.jit._overload function: <function _DenseLayer.forward at 0x0000019888E12310>.
warnings.warn(f"Unable to retrieve source for @torch.jit._overload function: {func}.")
Render Start
Traceback (most recent call last):
File "start.py", line 316, in OnRender
File "start.py", line 207, in SavePrefab
PermissionError: [Errno 13] Permission denied: 'config_user.json'
Can anyone provide any advice?
Many thanks in advance!