Spaces:
Runtime error
Runtime error
Update config.txt
Browse files- config.txt +10 -10
config.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
"path_checkpoints": [
|
3 |
-
"models
|
4 |
],
|
5 |
"path_loras": [
|
6 |
-
"models
|
7 |
],
|
8 |
-
"path_embeddings": "models
|
9 |
-
"path_vae_approx": "models
|
10 |
-
"path_upscale_models": "models
|
11 |
-
"path_inpaint": "models
|
12 |
-
"path_controlnet": "models
|
13 |
-
"path_clip": " models
|
14 |
-
"path_clip_vision": "models
|
15 |
-
"path_fooocus_expansion": "models
|
16 |
"path_outputs": "outputs"
|
17 |
}
|
|
|
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": " models\clip"
|
14 |
+
"path_clip_vision": "models\clip_vision",
|
15 |
+
"path_fooocus_expansion": "models\prompt_expansion\fooocus_expansion",
|
16 |
"path_outputs": "outputs"
|
17 |
}
|