mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-05-01 03:31:47 +00:00
Use 80 port on launch
This commit is contained in:
2
.github/workflows/run_tests.yaml
vendored
2
.github/workflows/run_tests.yaml
vendored
@@ -22,5 +22,5 @@ jobs:
|
|||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test"
|
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --port 80"
|
||||||
python launch.py
|
python launch.py
|
||||||
|
|||||||
Reference in New Issue
Block a user