mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 22:31:42 -08:00
10 lines
261 B
Batchfile
10 lines
261 B
Batchfile
@echo off
|
|
|
|
set PYTHON=
|
|
set GIT=
|
|
set VENV_DIR=
|
|
set COMMANDLINE_ARGS=--skip-python-version-check --skip-torch-cuda-test --skip-install
|
|
set STABLE_DIFFUSION_REPO=https://github.com/CompVis/stable-diffusion.git
|
|
set STABLE_DIFFUSION_COMMIT_HASH=main
|
|
|
|
call webui.bat
|