Spaces:
Runtime error
Runtime error
Update config.txt
Browse files- config.txt +10 -10
config.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
"path_checkpoints": [
|
3 |
-
"
|
4 |
],
|
5 |
"path_loras": [
|
6 |
-
"
|
7 |
],
|
8 |
-
"path_embeddings": "
|
9 |
-
"path_vae_approx": "
|
10 |
-
"path_upscale_models": "
|
11 |
-
"path_inpaint": "
|
12 |
-
"path_controlnet": "
|
13 |
-
"path_clip_vision": "
|
14 |
-
"path_fooocus_expansion": "
|
15 |
-
"path_outputs": "
|
16 |
}
|
|
|
1 |
{
|
2 |
"path_checkpoints": [
|
3 |
+
"models/checkpoints"
|
4 |
],
|
5 |
"path_loras": [
|
6 |
+
"models/loras"
|
7 |
],
|
8 |
+
"path_embeddings": "models/embeddings",
|
9 |
+
"path_vae_approx": "models/vae_approx",
|
10 |
+
"path_upscale_models": "models/upscale_models",
|
11 |
+
"path_inpaint": "models/inpaint",
|
12 |
+
"path_controlnet": "models/controlnet",
|
13 |
+
"path_clip_vision": "models/clip_vision",
|
14 |
+
"path_fooocus_expansion": "models/prompt_expansion/fooocus_expansion",
|
15 |
+
"path_outputs": "outputs"
|
16 |
}
|