mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 14:21:38 -08:00
commit
bb92abbe37
1 changed files with 2 additions and 2 deletions
4
.github/workflows/on_merge_to_master.yaml
vendored
4
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -74,8 +74,8 @@ jobs:
|
|||
cd ..
|
||||
|
||||
# Run the application in the background using nohup
|
||||
nohup python launch.py --nowebui --listen --api --port 7860 --deforum-api > nohup.out 2>&1 &
|
||||
|
||||
nohup python launch.py --nowebui --deforum-api --listen --api --port 7861 > nohup.out 2>&1 &
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue