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 |
-
".\\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",
|
|
|
6 |
|
7 |
{
|
8 |
"path_checkpoints": [
|
9 |
+
".\\home\\user\\app\\models\\checkpoints"
|
10 |
],
|
11 |
"path_loras": [
|
12 |
+
".\\home\\user\\app\\models\\loras"
|
13 |
],
|
14 |
+
"path_embeddings": ".\\home\\user\\app\\models\\embeddings",
|
15 |
+
"path_vae_approx": ".\\home\\user\\app\\models\\vae_approx",
|
16 |
+
"path_upscale_models": ".\\home\\user\\app\\models\\upscale_models",
|
17 |
+
"path_inpaint": ".\\home\\user\\app\\models\\inpaint",
|
18 |
+
"path_controlnet": ".\\home\\user\\app\\models\\controlnet",
|
19 |
+
"path_clip_vision": ".\\home\\user\\app\\models\\clip_vision",
|
20 |
+
"path_fooocus_expansion": ".\\home\\user\\app\\models\\prompt_expansion\\fooocus_expansion",
|
21 |
+
"path_outputs": ".\\home\\user\\app\\outputs",
|
22 |
"default_model": "juggernautXL_v8Rundiffusion.safetensors",
|
23 |
"previous_default_models": [
|
24 |
"juggernautXL_version8Rundiffusion.safetensors",
|