Scarol wrote:I deleted his venv folder and double clicked on webuser.bat it created a new venv folder but it misses the “activate” file.
From this I take it he's still got incomplete Scripts and venv folders. Have you tried doing a "git pull", this should try to update the SD setup, but I'm not sure it will fix your brother's problems. You need to run it from the stable-diffusion-webui folder.
If that doesn't fix it the only other thing I can think of trying would be to run the command to clone the SD installation:
Code: Select all
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
You'd need to run this in the folder that contains the stable-diffusion-webui folder, you don't want it creating nested stable-diffusion-webui folders. This may add the things you are missing or it may fail because some folders are already there. If it fails you may need to remove the existing stable-diffusion-webui folder to get it to run. I'd suggest you create an A1111 folder this time and run it in there to keep it all self contained. Note: click the "select all" above the line of code, then control-c to copy and control-v to paste into the cmd window.