mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 12:53:27 -08:00
scripts) and re-enabled the ESLint linebreak-style rule for LF. Details: - .gitattributes added at repo root to normalize line endings across platforms. - .eslintrc.js set back to ["error", "unix"] for JS linting.
8 lines
97 B
Batchfile
8 lines
97 B
Batchfile
@echo off
|
|
|
|
set PYTHON=py -3.11
|
|
set GIT=
|
|
set VENV_DIR=
|
|
set COMMANDLINE_ARGS=--api
|
|
|
|
call webui.bat
|