shunsso commited on
Commit
bed80c3
1 Parent(s): 102d05c

Update config.txt

Browse files
Files changed (1) hide show
  1. config.txt +96 -1
config.txt CHANGED
@@ -1 +1,96 @@
1
- {
2
  "path_checkpoints": "/content/Fooocus/models/checkpoints",
3
  "path_loras": "/content/drive/MyDrive/data sdxl 1024p/model",
4
  "path_embeddings": "/content/Fooocus/models/embeddings",
5
  "path_vae_approx": "/content/Fooocus/models/vae_approx",
6
  "path_upscale_models": "/content/Fooocus/models/upscale_models",
7
  "path_inpaint": "/content/Fooocus/models/inpaint",
8
  "path_controlnet": "/content/Fooocus/models/controlnet",
9
  "path_clip_vision": "/content/Fooocus/models/clip_vision",
10
  "path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion",
11
  "path_outputs": "/content/drive/MyDrive/data sdxl 1024p/output",
12
  "default_model": "serenexl_v15.safetensors",
13
  "default_refiner": "None",
14
  "default_refiner_switch": 0.5,
15
  "default_loras": [
16
  [
17
  "None",
18
  1
19
  ],
20
  [
21
  "None",
22
  1.0
23
  ],
24
  [
25
  "None",
26
  1.0
27
  ],
28
  [
29
  "None",
30
  1.0
31
  ],
32
  [
33
  "None",
34
  1.0
35
  ]
36
  ],
37
  "default_cfg_scale": 6.0,
38
  "default_sample_sharpness": 8.0,
39
  "default_sampler": "dpmpp_2m_sde_gpu",
40
  "default_scheduler": "karras",
41
  "default_styles": [
42
  "Fooocus V2",
43
  "Fooocus Enhance",
44
  "Fooocus Sharp"
45
  ],
46
  "default_prompt_negative": "Low quality, noise",
47
  "default_prompt": "",
48
  "default_performance": "Speed",
49
  "default_advanced_checkbox": false,
50
  "default_image_number": 1,
51
  "embeddings_downloads": {},
52
  "available_aspect_ratios": [
53
  "704*1408",
54
  "704*1344",
55
  "768*1344",
56
  "768*1280",
57
  "832*1216",
58
  "832*1152",
59
  "896*1152",
60
  "896*1088",
61
  "960*1088",
62
  "960*1024",
63
  "1024*1024",
64
  "1024*960",
65
  "1088*960",
66
  "1088*896",
67
  "1152*896",
68
  "1152*832",
69
  "1216*832",
70
  "1280*768",
71
  "1344*768",
72
  "1344*704",
73
  "1408*704",
74
  "1472*704",
75
  "1536*640",
76
  "1600*640",
77
  "1664*576",
78
  "1728*576",
79
  "1280*1080",
80
  "1280*1280",
81
  "1280*1280",
82
  "2048*2048"
83
  ],
84
  "default_aspect_ratio": "1280*1280",
85
  "default_inpaint_engine_version": "v2.6",
86
  "default_cfg_tsnr": 7.0,
87
  "default_overwrite_step": -1,
88
  "default_overwrite_switch": -1,
89
  "example_inpaint_prompts": [
90
  "highly detailed face",
91
  "detailed girl face",
92
  "detailed man face",
93
  "detailed hand",
94
  "beautiful eyes"
95
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  "path_checkpoints": "/content/Fooocus/models/checkpoints",
2
  "path_loras": "/content/drive/MyDrive/data sdxl 1024p/model",
3
  "path_embeddings": "/content/Fooocus/models/embeddings",
4
  "path_vae_approx": "/content/Fooocus/models/vae_approx",
5
  "path_upscale_models": "/content/Fooocus/models/upscale_models",
6
  "path_inpaint": "/content/Fooocus/models/inpaint",
7
  "path_controlnet": "/content/Fooocus/models/controlnet",
8
  "path_clip_vision": "/content/Fooocus/models/clip_vision",
9
  "path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion",
10
  "path_outputs": "/content/drive/MyDrive/data sdxl 1024p/output",
11
  "default_model": "serenexl_v15.safetensors",
12
  "default_refiner": "None",
13
  "default_refiner_switch": 0.5,
14
  "default_loras": [
15
  [
16
  "None",
17
  1
18
  ],
19
  [
20
  "None",
21
  1.0
22
  ],
23
  [
24
  "None",
25
  1.0
26
  ],
27
  [
28
  "None",
29
  1.0
30
  ],
31
  [
32
  "None",
33
  1.0
34
  ]
35
  ],
36
  "default_cfg_scale": 6.0,
37
  "default_sample_sharpness": 8.0,
38
  "default_sampler": "dpmpp_2m_sde_gpu",
39
  "default_scheduler": "karras",
40
  "default_styles": [
41
  "Fooocus V2",
42
  "Fooocus Enhance",
43
  "Fooocus Sharp"
44
  ],
45
  "default_prompt_negative": "Low quality, noise",
46
  "default_prompt": "",
47
  "default_performance": "Speed",
48
  "default_advanced_checkbox": false,
49
  "default_image_number": 1,
50
  "embeddings_downloads": {},
51
  "available_aspect_ratios": [
52
  "704*1408",
53
  "704*1344",
54
  "768*1344",
55
  "768*1280",
56
  "832*1216",
57
  "832*1152",
58
  "896*1152",
59
  "896*1088",
60
  "960*1088",
61
  "960*1024",
62
  "1024*1024",
63
  "1024*960",
64
  "1088*960",
65
  "1088*896",
66
  "1152*896",
67
  "1152*832",
68
  "1216*832",
69
  "1280*768",
70
  "1344*768",
71
  "1344*704",
72
  "1408*704",
73
  "1472*704",
74
  "1536*640",
75
  "1600*640",
76
  "1664*576",
77
  "1728*576",
78
  "1280*1080",
79
  "1280*1280",
80
  "1280*1280",
81
  "2048*2048"
82
  ],
83
  "default_aspect_ratio": "1280*1280",
84
  "default_inpaint_engine_version": "v2.6",
85
  "default_cfg_tsnr": 7.0,
86
  "default_overwrite_step": -1,
87
  "default_overwrite_switch": -1,
88
  "example_inpaint_prompts": [
89
  "highly detailed face",
90
  "detailed girl face",
91
  "detailed man face",
92
  "detailed hand",
93
  "beautiful eyes"
94
  ]
95
+ {
96
+ "path_checkpoints": "/content/Fooocus/models/checkpoints",
97
+ "path_loras": "/content/drive/MyDrive/data sdxl 1024p/model",
98
+ "path_embeddings": "/content/Fooocus/models/embeddings",
99
+ "path_vae_approx": "/content/Fooocus/models/vae_approx",
100
+ "path_upscale_models": "/content/Fooocus/models/upscale_models",
101
+ "path_inpaint": "/content/Fooocus/models/inpaint",
102
+ "path_controlnet": "/content/Fooocus/models/controlnet",
103
+ "path_clip_vision": "/content/Fooocus/models/clip_vision",
104
+ "path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion",
105
+ "path_outputs": "/content/drive/MyDrive/data sdxl 1024p/output",
106
+ "default_model": "serenexl_v15.safetensors",
107
+ "default_refiner": "None",
108
+ "default_refiner_switch": 0.5,
109
+ "default_loras": [
110
+ [
111
+ "None",
112
+ 1
113
+ ],
114
+ [
115
+ "None",
116
+ 1.0
117
+ ],
118
+ [
119
+ "None",
120
+ 1.0
121
+ ],
122
+ [
123
+ "None",
124
+ 1.0
125
+ ],
126
+ [
127
+ "None",
128
+ 1.0
129
+ ]
130
+ ],
131
+ "default_cfg_scale": 6.0,
132
+ "default_sample_sharpness": 8.0,
133
+ "default_sampler": "dpmpp_2m_sde_gpu",
134
+ "default_scheduler": "karras",
135
+ "default_styles": [
136
+ "Fooocus V2",
137
+ "Fooocus Enhance",
138
+ "Fooocus Sharp"
139
+ ],
140
+ "default_prompt_negative": "Low quality, noise",
141
+ "default_prompt": "",
142
+ "default_performance": "Speed",
143
+ "default_advanced_checkbox": false,
144
+ "default_image_number": 1,
145
+ "embeddings_downloads": {},
146
+ "available_aspect_ratios": [
147
+ "704*1408",
148
+ "704*1344",
149
+ "768*1344",
150
+ "768*1280",
151
+ "832*1216",
152
+ "832*1152",
153
+ "896*1152",
154
+ "896*1088",
155
+ "960*1088",
156
+ "960*1024",
157
+ "1024*1024",
158
+ "1024*960",
159
+ "1088*960",
160
+ "1088*896",
161
+ "1152*896",
162
+ "1152*832",
163
+ "1216*832",
164
+ "1280*768",
165
+ "1344*768",
166
+ "1344*704",
167
+ "1408*704",
168
+ "1472*704",
169
+ "1536*640",
170
+ "1600*640",
171
+ "1664*576",
172
+ "1728*576",
173
+ "1280*1080",
174
+ "1280*1280",
175
+ "1080*1280",
176
+ "2048*2048"
177
+ ],
178
+ "default_aspect_ratio": "1280*1280",
179
+ "default_inpaint_engine_version": "v2.6",
180
+ "default_cfg_tsnr": 7.0,
181
+ "default_overwrite_step": -1,
182
+ "default_overwrite_switch": -1,
183
+ "example_inpaint_prompts": [
184
+ "highly detailed face",
185
+ "detailed girl face",
186
+ "detailed man face",
187
+ "detailed hand",
188
+ "beautiful eyes"
189
+ ]
190
+ }