docs: update attributes to better show corresponding mutually exclusive groups

This commit is contained in:
Manuel Schmid
2024-07-21 12:36:04 +02:00
parent 56928b769b
commit 2262061145
+34 -75
View File
@@ -365,81 +365,40 @@ A safer way is just to try "run_anime.bat" or "run_realistic.bat" - they should
### All CMD Flags ### All CMD Flags
``` ```
entry_with_update.py entry_with_update.py [-h] [--listen [IP]] [--port PORT]
options: [--disable-header-check [ORIGIN]]
-h, --help show this help message and exit [--web-upload-size WEB_UPLOAD_SIZE]
--listen [IP] [--hf-mirror HF_MIRROR]
--port PORT [--external-working-path PATH [PATH ...]]
--disable-header-check [ORIGIN] [--output-path OUTPUT_PATH]
--web-upload-size WEB_UPLOAD_SIZE [--temp-path TEMP_PATH] [--cache-path CACHE_PATH]
--hf-mirror HF_MIRROR [--in-browser] [--disable-in-browser]
--external-working-path PATH [PATH ...] [--gpu-device-id DEVICE_ID]
--output-path OUTPUT_PATH [--async-cuda-allocation | --disable-async-cuda-allocation]
--temp-path TEMP_PATH [--disable-attention-upcast]
--cache-path CACHE_PATH [--all-in-fp32 | --all-in-fp16]
--in-browser [--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
--disable-in-browser [--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
--gpu-device-id DEVICE_ID [--vae-in-cpu]
--async-cuda-allocation [--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
--disable-async-cuda-allocation [--directml [DIRECTML_DEVICE]]
--disable-attention-upcast [--disable-ipex-hijack]
--all-in-fp32 [--preview-option [none,auto,fast,taesd]]
--all-in-fp16 [--attention-split | --attention-quad | --attention-pytorch]
--unet-in-bf16 [--disable-xformers]
--unet-in-fp16 [--always-gpu | --always-high-vram | --always-normal-vram | --always-low-vram | --always-no-vram | --always-cpu [CPU_NUM_THREADS]]
--unet-in-fp8-e4m3fn [--always-offload-from-vram]
--unet-in-fp8-e5m2 [--pytorch-deterministic] [--disable-server-log]
--vae-in-fp16 [--debug-mode] [--is-windows-embedded-python]
--vae-in-fp32 [--disable-server-info] [--multi-user] [--share]
--vae-in-bf16 [--preset PRESET] [--disable-preset-selection]
--vae-in-cpu [--language LANGUAGE]
--clip-in-fp8-e4m3fn [--disable-offload-from-vram] [--theme THEME]
--clip-in-fp8-e5m2 [--disable-image-log] [--disable-analytics]
--clip-in-fp16 [--disable-metadata] [--disable-preset-download]
--clip-in-fp32 [--enable-auto-describe-image]
--directml [DIRECTML_DEVICE] [--always-download-new-model]
--disable-ipex-hijack [--rebuild-hash-cache [CPU_NUM_THREADS]]
--preview-option [none,auto,fast,taesd]
--attention-split
--attention-quad
--attention-pytorch
--disable-xformers
--always-gpu
--always-high-vram
--always-normal-vram
--always-low-vram
--always-no-vram
--always-cpu [CPU_NUM_THREADS]
--always-offload-from-vram
--pytorch-deterministic
--disable-server-log
--debug-mode
--is-windows-embedded-python
--disable-server-info
--multi-user
--share Set whether to share on Gradio.
--preset PRESET Apply specified UI preset.
--disable-preset-selection
Disables preset selection in Gradio.
--language LANGUAGE Translate UI using json files in [language] folder.
For example, [--language example] will use
[language/example.json] for translation.
--disable-offload-from-vram
Force loading models to vram when the unload can be
avoided. Some Mac users may need this.
--theme THEME launches the UI with light or dark theme
--disable-image-log Prevent writing images and logs to hard drive.
--disable-analytics Disables analytics for Gradio.
--disable-metadata Disables saving metadata to images.
--disable-preset-download
Disables downloading models for presets
--enable-auto-describe-image
Enables automatic description of uov and enhance image
when prompt is empty
--always-download-new-model
Always download newer models
--rebuild-hash-cache [CPU_NUM_THREADS]
Generates missing model and LoRA hashes.
``` ```
## Inline Prompt Features ## Inline Prompt Features