stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[WIKI]: Add entry for --nowebui in wiki
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
This cmd argument launches the API server only and not the webui, saving resources and launch time.
Proposed workflow
Additional information
No response
done I updated the Command Line Arguments documentation
For the description, i think 'use api=True to launch the api instead of the webui' is confusing to people, I prefer it being written as 'Enables API listening only and disables webui'.
Similarily for the --api entry above it, the description should be 'Enables API listening and keep webui enabled'
I also think the origin help description is bit confusing
Updated
Argument Command | Value | Default | Description |
---|---|---|---|
--api | None | False | launch webui with API |
--nowebui | None | False | only launch the API, without the UI |