Spaces:
Paused
Paused
left only lora config
Browse files- config.txt +1 -11
config.txt
CHANGED
@@ -1,14 +1,4 @@
|
|
1 |
{
|
2 |
-
|
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 |
}
|
|
|
1 |
{
|
2 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"default_loras": [["sd_xl_offset_example-lora_1.0.safetensors", 0.1],["blackdress-10.safetensors", 0.5]]
|
4 |
}
|