Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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!

The overclocking could be the main reason why you're just getting black images.

When I put my gpus clock to regular it worked normally.

I don't black images anymore. All I get is the list of errors attached in my earlier message.

Any ideas how to solve this problem? Is there a user manual for Soft Diffusion?

Sound like the tool is not allowed to create the config file. did you put it into "programs (x86)"? Try moving it to a temporary folder on your harddrive and see if it still happens