All Questions
Tagged with stable-diffusion torch
10 questions
0
votes
1
answer
148
views
Running Stable Diffusion locally
I've been trying to follow the instructions here to run StableDiffusion locally, but the code appears to just hang.
I've cloned the repo, and installed dependencies:
$ git show --stat
commit ...
0
votes
0
answers
25
views
How to convert aten.upsample_nearest2d.vec to stablehlo?
I'm trying to using torchscript.jit.trace to compile stable-diffusion-v1.4 and convert it into stablehlo.
But the conversion failed because of Upsample op in stable-diffusion.
%9885 = stablehlo.add %...
-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
714
views
Microsoft visual C++ redistributable is not installed, this may lead to the DLL load failure
I want to tell you that I want to tell you that I installed several versions of Visual C++ Redistributable but it still doesn't work.At the end I also have error [winerror 193] %1 At the end I also ...
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, ...
3
votes
0
answers
4k
views
Expected attn_mask dtype to be bool or to match query dtype, but got attn_mask.dtype: float and query.dtype: c10::BFloat16 instead
I want to install "Stable Diffusion" on a paperspace virtual machine (OS: Ubuntu)
I have customized the installation to use "xformers".
Creation of the ldm environment (via the &...
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....