mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-05 15:22:13 -08:00
adding explicit port
This commit is contained in:
parent
4ccdce83f9
commit
5ce48b4778
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on_merge_to_master.yaml
vendored
2
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
cd ..
|
||||
|
||||
# Run the application in the background using nohup
|
||||
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
|
||||
nohup python launch.py --nowebui --listen --api --port 7860 > nohup.out 2>&1 &
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue