stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[WIKI]: Add entry for --nowebui in wiki

Open aliencaocao opened this issue 2 years ago • 2 comments

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

aliencaocao avatar Nov 04 '22 13:11 aliencaocao

done I updated the Command Line Arguments documentation

w-e-w avatar Nov 04 '22 17:11 w-e-w

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'

aliencaocao avatar Nov 04 '22 17:11 aliencaocao

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

w-e-w avatar Nov 04 '22 18:11 w-e-w