mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
feat: Add pip bootstrapping script and explicitly set Python to 3.10 in webui-user.bat.
This commit is contained in:
parent
82a973c043
commit
ca96b7b58e
2 changed files with 27369 additions and 1 deletions
27368
get-pip.py
Normal file
27368
get-pip.py
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
|
||||
set PYTHON=
|
||||
set PYTHON=py -3.10
|
||||
set GIT=
|
||||
set VENV_DIR=
|
||||
set COMMANDLINE_ARGS=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue