stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Fix nowebui arg being ignored
There exists a cmd argument --nowebui
that is supposed to only launch the API server but not the webui app, but it is currently ignored. This PR fixes that.