A1111 in Windows being a nightmare to install and run #15952
Replies: 3 comments 8 replies
-
Install Git (defaults should be enough) Install Python 3.10.11 (make sure you enable Add PATH or a similarly named option) Make a folder in a drive with enough space (just make sure not to make it in a location that needs special permissions like ProgramFiles.) Open CMD or Terminal there. Type Open that now created Optional:
Launch Wait for it to download everything. That's it. |
Beta Was this translation helpful? Give feedback.
-
Hi, the SID from your errormessage "S-1-5-32-544" shows clearly that that folder was created as administrator and now you are trying to access this folder with an user cmd or powershell. That's all. Pay attention, that you clone the github repo with an USER cmd or ps. after that it will work. And by the way in modern days it is an quite bad idea to be logged on with an user that is in the local administrator group.... Best to create an additional admin only user and just use that to approve the uac request you get when you are logged on with your normal non admin user ;) |
Beta Was this translation helpful? Give feedback.
-
open cmd, run; run webui-user.bat like normal. |
Beta Was this translation helpful? Give feedback.
-
I first discovered the world of Stable Diffusion and A1111 about a year ago. But until now, I had only used it in my Mac Studio and a Macbook Pro that I had at work. I had found a tutorial somewhere on all the steps to install it, and it worked great from the very start.
But yesterday I received a card for my old PC, an Nvidia RTX 3060 with 12 GB of VRAM that I bought just to be able to render stuff in Blender and A1111 while I work on my Mac on other things. Unfortunately it's been in a nightmare. I spent hours last night and today trying to get this to work and nothing.
First, I followed the steps here: https://stable-diffusion-art.com/install-windows/
Well, that didn't work and I can't remember what it was because I'm so exhausted. But I deleted that whole folder, because I found the instructions in this very website and account: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs
I said, great, this has to work. But no. Well, it did work, a couple of times. I can't remember how, but it launched and I was able to generate a few things. But now it's back to error land:
(Note that I replace my username for "username" for privacy reasons)
So basically, I'm getting ready to go back to step 1 in the link above, but it someone could give me a hand I would really appreciate it. Also, when I was able to run it a couple of times, I'm not sure if it was using my Nvidia GPU or not, because I saw this line at the end:
Weights loaded in 20.4s (send model to cpu: 1.1s, calculate hash: 15.2s, apply weights to model: 2.8s, move model to device: 1.2s).
I mean, why does it say "send model to cpu" instead of "send model to gpu"?
Beta Was this translation helpful? Give feedback.
All reactions