All Questions
6 questions
-1
votes
1
answer
2k
views
Issue Installing Stable-Diffusion on macOS due to 'torch_directml'
I've been trying to install Stable-Diffusion on my MacBook Pro, but I encountered an error related to torch_directml. As I understand, torch_directml is specific to Windows and DirectX environments. ...
0
votes
0
answers
2k
views
RuntimeError: Torch is not able to use GPU after using higher steps with stable diffusion
After using higher amount of steps than before (35 instead of 20) SD crashed and is showing me this error, after deleting, installing and running it again:
#############################################...
0
votes
0
answers
1k
views
problem with Installing gfpgan for stable diffusion error code 1
I decided to install Diffusion Stable today. But unfortunately, I have been seeing various errors since morning. The first case was related to Torch. I took a 2.4 GB file and forcibly installed Stable ...
8
votes
3
answers
8k
views
Diffusers SDXL "TypeError: argument of type 'NoneType' is not iterable"
Just got access to SDXL model, looking to test it for its upcoming release... Unfortunately, the code we currently use for our service seems to not work with stabilityai/stable-diffusion-xl-base-0.9, ...
1
vote
0
answers
3k
views
Problem with running stable diffusion and getting torch to recognize my Graphics card for the CUDA test
so I've been trying to install Stable diffusion on my computer for the past three days. My computer has a gtx 980, and I have an i7 4790K cpu. I installed my Windows 10 OS on a smaller SSD that I have,...
0
votes
1
answer
348
views
How to ensure that .nonzero() returns one element tensor?
[Edited to include the original source code]
I try to run the code that I found here:https://colab.research.google.com/drive/1roZqqhsdpCXZr8kgV_Bx_ABVBPgea3lX?usp=sharing
(linked from: https://www....