Spaces:
Runtime error
Runtime error
Update config_modification_tutorial.txt
Browse files- config_modification_tutorial.txt +10 -10
config_modification_tutorial.txt
CHANGED
@@ -6,19 +6,19 @@ Remember to split the paths with "\\" rather than "\", and there is no "," befor
|
|
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": "
|
18 |
-
"path_controlnet": "
|
19 |
-
"path_clip_vision": "
|
20 |
-
"path_fooocus_expansion": "
|
21 |
-
"path_outputs": "
|
22 |
"default_model": "juggernautXL_v8Rundiffusion.safetensors",
|
23 |
"previous_default_models": [
|
24 |
"juggernautXL_version8Rundiffusion.safetensors",
|
|
|
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": "../outputs",
|
22 |
"default_model": "juggernautXL_v8Rundiffusion.safetensors",
|
23 |
"previous_default_models": [
|
24 |
"juggernautXL_version8Rundiffusion.safetensors",
|