@@ -370,25 +370,36 @@ entry_with_update.py [-h] [--listen [IP]] [--port PORT]
370
370
[--web-upload-size WEB_UPLOAD_SIZE]
371
371
[--hf-mirror HF_MIRROR]
372
372
[--external-working-path PATH [PATH ...]]
373
- [--output-path OUTPUT_PATH] [--temp-path TEMP_PATH]
373
+ [--output-path OUTPUT_PATH]
374
+ [--temp-path TEMP_PATH]
374
375
[--cache-path CACHE_PATH] [--in-browser]
375
- [--disable-in-browser] [--gpu-device-id DEVICE_ID]
376
+ [--disable-in-browser]
377
+ [--gpu-device-id DEVICE_ID]
376
378
[--async-cuda-allocation | --disable-async-cuda-allocation]
377
- [--disable-attention-upcast] [--all-in-fp32 | --all-in-fp16]
379
+ [--disable-attention-upcast]
380
+ [--all-in-fp32 | --all-in-fp16]
378
381
[--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
379
- [--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
382
+ [--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
383
+ [--vae-in-cpu]
380
384
[--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
381
- [--directml [DIRECTML_DEVICE]] [--disable-ipex-hijack]
385
+ [--directml [DIRECTML_DEVICE]]
386
+ [--disable-ipex-hijack]
382
387
[--preview-option [none,auto,fast,taesd]]
383
388
[--attention-split | --attention-quad | --attention-pytorch]
384
389
[--disable-xformers]
385
- [--always-gpu | --always-high-vram | --always-normal-vram |
386
- --always-low-vram | --always-no-vram | --always-cpu [CPU_NUM_THREADS]]
387
- [--always-offload-from-vram] [--disable-server-log]
388
- [--debug-mode] [--is-windows-embedded-python]
389
- [--disable-server-info] [--share] [--preset PRESET]
390
- [--language LANGUAGE] [--disable-offload-from-vram]
391
- [--theme THEME] [--disable-image-log]
390
+ [--always-gpu | --always-high-vram | --always-normal-vram |
391
+ --always-low-vram | --always-no-vram | --always-cpu [CPU_NUM_THREADS]]
392
+ [--always-offload-from-vram]
393
+ [--pytorch-deterministic] [--disable-server-log]
394
+ [--debug-mode] [--is-windows-embedded-python]
395
+ [--disable-server-info] [--multi-user] [--share]
396
+ [--preset PRESET] [--disable-preset-selection]
397
+ [--language LANGUAGE]
398
+ [--disable-offload-from-vram] [--theme THEME]
399
+ [--disable-image-log] [--disable-analytics]
400
+ [--disable-metadata] [--disable-preset-download]
401
+ [--enable-describe-uov-image]
402
+ [--always-download-new-model]
392
403
```
393
404
394
405
## Advanced Features
0 commit comments