FiroFiraja
commited on
Commit
•
8e98d33
1
Parent(s):
ea5cc99
Upload extra_model_paths.yaml
Browse files- extra_model_paths.yaml +7 -4
extra_model_paths.yaml
CHANGED
@@ -8,16 +8,19 @@ a111:
|
|
8 |
checkpoints: models/Stable-diffusion
|
9 |
configs: models/Stable-diffusion
|
10 |
vae: models/VAE
|
11 |
-
loras:
|
|
|
|
|
12 |
upscale_models: |
|
13 |
models/ESRGAN
|
14 |
models/SwinIR
|
15 |
embeddings: embeddings
|
|
|
16 |
controlnet: models/ControlNet
|
|
|
17 |
|
18 |
#other_ui:
|
19 |
# base_path: path/to/ui
|
20 |
# checkpoints: models/checkpoints
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
8 |
checkpoints: models/Stable-diffusion
|
9 |
configs: models/Stable-diffusion
|
10 |
vae: models/VAE
|
11 |
+
loras: |
|
12 |
+
models/Lora
|
13 |
+
models/LyCORIS
|
14 |
upscale_models: |
|
15 |
models/ESRGAN
|
16 |
models/SwinIR
|
17 |
embeddings: embeddings
|
18 |
+
hypernetworks: models/hypernetworks
|
19 |
controlnet: models/ControlNet
|
20 |
+
custom_nodes: custom_nodes
|
21 |
|
22 |
#other_ui:
|
23 |
# base_path: path/to/ui
|
24 |
# checkpoints: models/checkpoints
|
25 |
+
# gligen: models/gligen
|
26 |
+
# custom_nodes: path/custom_nodes
|
|