Spaces:
Sleeping
Sleeping
Create fooocus\config.txt
Browse files- fooocus//config.txt +49 -0
fooocus//config.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"path_checkpoints": "D:\\Fooocus\\models\\checkpoints",
|
3 |
+
"path_loras": "D:\\Fooocus\\models\\loras",
|
4 |
+
"path_embeddings": "D:\\Fooocus\\models\\embeddings",
|
5 |
+
"path_vae_approx": "D:\\Fooocus\\models\\vae_approx",
|
6 |
+
"path_upscale_models": "D:\\Fooocus\\models\\upscale_models",
|
7 |
+
"path_inpaint": "D:\\Fooocus\\models\\inpaint",
|
8 |
+
"path_controlnet": "D:\\Fooocus\\models\\controlnet",
|
9 |
+
"path_clip_vision": "D:\\Fooocus\\models\\clip_vision",
|
10 |
+
"path_fooocus_expansion": "D:\\Fooocus\\models\\prompt_expansion\\fooocus_expansion",
|
11 |
+
"path_outputs": "D:\\Fooocus\\outputs",
|
12 |
+
"default_model": "realisticStockPhoto_v10.safetensors",
|
13 |
+
"default_refiner": "",
|
14 |
+
"default_loras": [["lora_filename_1.safetensors", 0.5], ["lora_filename_2.safetensors", 0.5]],
|
15 |
+
"default_cfg_scale": 3.0,
|
16 |
+
"default_sampler": "dpmpp_2m",
|
17 |
+
"default_scheduler": "karras",
|
18 |
+
"default_negative_prompt": "low quality",
|
19 |
+
"default_positive_prompt": "",
|
20 |
+
"default_styles": [
|
21 |
+
"Fooocus V2",
|
22 |
+
"Fooocus Photograph",
|
23 |
+
"Fooocus Negative"
|
24 |
+
]
|
25 |
+
}
|
26 |
+
|
27 |
+
entry_with_update.py [-h] [--listen [IP]] [--port PORT]
|
28 |
+
[--disable-header-check [ORIGIN]]
|
29 |
+
[--web-upload-size WEB_UPLOAD_SIZE]
|
30 |
+
[--external-working-path PATH [PATH ...]]
|
31 |
+
[--output-path OUTPUT_PATH] [--temp-path TEMP_PATH]
|
32 |
+
[--cache-path CACHE_PATH] [--in-browser]
|
33 |
+
[--disable-in-browser] [--gpu-device-id DEVICE_ID]
|
34 |
+
[--async-cuda-allocation | --disable-async-cuda-allocation]
|
35 |
+
[--disable-attention-upcast] [--all-in-fp32 | --all-in-fp16]
|
36 |
+
[--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
|
37 |
+
[--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
|
38 |
+
[--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
|
39 |
+
[--directml [DIRECTML_DEVICE]] [--disable-ipex-hijack]
|
40 |
+
[--preview-option [none,auto,fast,taesd]]
|
41 |
+
[--attention-split | --attention-quad | --attention-pytorch]
|
42 |
+
[--disable-xformers]
|
43 |
+
[--always-gpu | --always-high-vram | --always-normal-vram |
|
44 |
+
--always-low-vram | --always-no-vram | --always-cpu]
|
45 |
+
[--always-offload-from-vram] [--disable-server-log]
|
46 |
+
[--debug-mode] [--is-windows-embedded-python]
|
47 |
+
[--disable-server-info] [--share] [--preset PRESET]
|
48 |
+
[--language LANGUAGE] [--disable-offload-from-vram]
|
49 |
+
[--theme THEME] [--disable-image-log]
|