Spaces:
Runtime error
Runtime error
Update config_modification_tutorial.txt
Browse files- config_modification_tutorial.txt +11 -11
config_modification_tutorial.txt
CHANGED
@@ -6,18 +6,18 @@ Remember to split the paths with "/" rather than "/", and there is no "," before
|
|
6 |
|
7 |
{
|
8 |
"path_checkpoints": [
|
9 |
-
"
|
10 |
],
|
11 |
"path_loras": [
|
12 |
-
"
|
13 |
],
|
14 |
-
"path_embeddings": "
|
15 |
-
"path_vae_approx": "
|
16 |
-
"path_upscale_models": "
|
17 |
-
"path_inpaint": "../models/
|
18 |
-
"path_controlnet": "
|
19 |
-
"path_clip_vision": "
|
20 |
-
"path_fooocus_expansion": "
|
21 |
"path_outputs": "../models/outputs",
|
22 |
"default_model": "juggernautXL_v8Rundiffusion.safetensors",
|
23 |
"previous_default_models": [
|
@@ -117,7 +117,7 @@ Remember to split the paths with "/" rather than "/", and there is no "," before
|
|
117 |
"detailed hand",
|
118 |
"beautiful eyes"
|
119 |
],
|
120 |
-
"default_save_metadata_to_images":
|
121 |
-
"default_metadata_scheme": "
|
122 |
"metadata_created_by": ""
|
123 |
}
|
|
|
6 |
|
7 |
{
|
8 |
"path_checkpoints": [
|
9 |
+
"./models/checkpoints"
|
10 |
],
|
11 |
"path_loras": [
|
12 |
+
"./models/loras"
|
13 |
],
|
14 |
+
"path_embeddings": "./models/embeddings",
|
15 |
+
"path_vae_approx": "./models/vae_approx",
|
16 |
+
"path_upscale_models": "./models/upscale_models",
|
17 |
+
"path_inpaint": "../models/inpaint",
|
18 |
+
"path_controlnet": "./models/controlnet",
|
19 |
+
"path_clip_vision": "./models/clip_vision",
|
20 |
+
"path_fooocus_expansion": "./models/prompt_expansion/fooocus_expansion",
|
21 |
"path_outputs": "../models/outputs",
|
22 |
"default_model": "juggernautXL_v8Rundiffusion.safetensors",
|
23 |
"previous_default_models": [
|
|
|
117 |
"detailed hand",
|
118 |
"beautiful eyes"
|
119 |
],
|
120 |
+
"default_save_metadata_to_images": true,
|
121 |
+
"default_metadata_scheme": "AI",
|
122 |
"metadata_created_by": ""
|
123 |
}
|