stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Windows installer? .w.
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Install WEBui without having to do EVERYTHINNNNGGGGGGGGGGGGGGGG.
Proposed workflow
PLEASE.
Additional information
Gkjlkhbfvgkh.
There's this project which kind of does that. The normal webui installation is only like 2 steps though.
Here, I wrote an installer for you. Copy it into a text file and name it the command prompt scares me.bat
@echo off
TITLE webui installer for commandlinelets
echo winget-ting git. GIT ER DONE
winget install --id Git.Git -e --source winget
echo Installing Python 3.10.6
winget install -e --id Python.Python.3.10 -v 3.10.6
echo Cloning repo
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
echo All done
pause
and it'll probably fail because git won't be in your PATH
after winget-ting it like that without refreshing your environment variables, lol
it's not rocket science, it really only is 2 steps
edit: probably better to force it to install python 3.10.6, if I'm going to be cheeky about it, it should actually work