mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 14:45:06 +03:00
Use 80 port on launch
This commit is contained in:
parent
7416ac8d3c
commit
5808241dd7
2
.github/workflows/run_tests.yaml
vendored
2
.github/workflows/run_tests.yaml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
${{ runner.os }}-pip-
|
||||
- name: Run tests
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user