mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 14:21:38 -08:00
disabling UI
This commit is contained in:
parent
8575096215
commit
df097918f3
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
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
cd ..
|
||||
|
||||
# Run the application in the background using nohup
|
||||
nohup python launch.py --listen --api > nohup.out 2>&1 &
|
||||
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue