stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: Windows installer? .w.

Open JAnon-dot-gov opened this issue 2 years ago • 2 comments

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.

JAnon-dot-gov avatar Jan 05 '23 01:01 JAnon-dot-gov

There's this project which kind of does that. The normal webui installation is only like 2 steps though.

BetaDoggo avatar Jan 05 '23 04:01 BetaDoggo

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

vt-idiot avatar Jan 05 '23 16:01 vt-idiot