Spaces:
Paused
Paused
fixed paths added trailing /
Browse files- config.txt +11 -15
config.txt
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
{
|
2 |
-
"path_checkpoints": [
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"path_clip_vision": "../models/clip_vision",
|
14 |
-
"path_fooocus_expansion": "../models/prompt_expansion/fooocus_expansion",
|
15 |
-
"path_wildcards": "../wildcards",
|
16 |
-
"path_outputs": "../outputs",
|
17 |
"default_loras": [["sd_xl_offset_example-lora_1.0.safetensors", 0.1],["blackdress-10.safetensors", 0.5]]
|
18 |
}
|
|
|
1 |
{
|
2 |
+
"path_checkpoints": ["../models/checkpoints/"],
|
3 |
+
"path_loras": ["../models/loras/"],
|
4 |
+
"path_embeddings": "../models/embeddings/",
|
5 |
+
"path_vae_approx": "../models/vae_approx/",
|
6 |
+
"path_upscale_models": "../models/upscale_models/",
|
7 |
+
"path_inpaint": "../models/inpaint/",
|
8 |
+
"path_controlnet": "../models/controlnet/",
|
9 |
+
"path_clip_vision": "../models/clip_vision/",
|
10 |
+
"path_fooocus_expansion": "../models/prompt_expansion/fooocus_expansion/",
|
11 |
+
"path_wildcards": "../wildcards/",
|
12 |
+
"path_outputs": "../outputs/",
|
|
|
|
|
|
|
|
|
13 |
"default_loras": [["sd_xl_offset_example-lora_1.0.safetensors", 0.1],["blackdress-10.safetensors", 0.5]]
|
14 |
}
|