mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: update cmd args (#3075)
This commit is contained in:
@@ -370,25 +370,36 @@ entry_with_update.py [-h] [--listen [IP]] [--port PORT]
|
|||||||
[--web-upload-size WEB_UPLOAD_SIZE]
|
[--web-upload-size WEB_UPLOAD_SIZE]
|
||||||
[--hf-mirror HF_MIRROR]
|
[--hf-mirror HF_MIRROR]
|
||||||
[--external-working-path PATH [PATH ...]]
|
[--external-working-path PATH [PATH ...]]
|
||||||
[--output-path OUTPUT_PATH] [--temp-path TEMP_PATH]
|
[--output-path OUTPUT_PATH]
|
||||||
|
[--temp-path TEMP_PATH]
|
||||||
[--cache-path CACHE_PATH] [--in-browser]
|
[--cache-path CACHE_PATH] [--in-browser]
|
||||||
[--disable-in-browser] [--gpu-device-id DEVICE_ID]
|
[--disable-in-browser]
|
||||||
|
[--gpu-device-id DEVICE_ID]
|
||||||
[--async-cuda-allocation | --disable-async-cuda-allocation]
|
[--async-cuda-allocation | --disable-async-cuda-allocation]
|
||||||
[--disable-attention-upcast] [--all-in-fp32 | --all-in-fp16]
|
[--disable-attention-upcast]
|
||||||
|
[--all-in-fp32 | --all-in-fp16]
|
||||||
[--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
|
[--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
|
||||||
[--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
|
[--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
|
||||||
|
[--vae-in-cpu]
|
||||||
[--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
|
[--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
|
||||||
[--directml [DIRECTML_DEVICE]] [--disable-ipex-hijack]
|
[--directml [DIRECTML_DEVICE]]
|
||||||
|
[--disable-ipex-hijack]
|
||||||
[--preview-option [none,auto,fast,taesd]]
|
[--preview-option [none,auto,fast,taesd]]
|
||||||
[--attention-split | --attention-quad | --attention-pytorch]
|
[--attention-split | --attention-quad | --attention-pytorch]
|
||||||
[--disable-xformers]
|
[--disable-xformers]
|
||||||
[--always-gpu | --always-high-vram | --always-normal-vram |
|
[--always-gpu | --always-high-vram | --always-normal-vram |
|
||||||
--always-low-vram | --always-no-vram | --always-cpu [CPU_NUM_THREADS]]
|
--always-low-vram | --always-no-vram | --always-cpu [CPU_NUM_THREADS]]
|
||||||
[--always-offload-from-vram] [--disable-server-log]
|
[--always-offload-from-vram]
|
||||||
[--debug-mode] [--is-windows-embedded-python]
|
[--pytorch-deterministic] [--disable-server-log]
|
||||||
[--disable-server-info] [--share] [--preset PRESET]
|
[--debug-mode] [--is-windows-embedded-python]
|
||||||
[--language LANGUAGE] [--disable-offload-from-vram]
|
[--disable-server-info] [--multi-user] [--share]
|
||||||
[--theme THEME] [--disable-image-log]
|
[--preset PRESET] [--disable-preset-selection]
|
||||||
|
[--language LANGUAGE]
|
||||||
|
[--disable-offload-from-vram] [--theme THEME]
|
||||||
|
[--disable-image-log] [--disable-analytics]
|
||||||
|
[--disable-metadata] [--disable-preset-download]
|
||||||
|
[--enable-describe-uov-image]
|
||||||
|
[--always-download-new-model]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced Features
|
## Advanced Features
|
||||||
|
|||||||
Reference in New Issue
Block a user