Commit
·
a308d61
1
Parent(s):
151d814
Upload extra_model_paths.yaml
Browse files- extra_model_paths.yaml +23 -0
extra_model_paths.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
| 2 |
+
|
| 3 |
+
#config for a1111 ui
|
| 4 |
+
#all you have to do is change the base_path to where yours is installed
|
| 5 |
+
a111:
|
| 6 |
+
base_path: /content/TestModels/
|
| 7 |
+
|
| 8 |
+
checkpoints: models/Stable-diffusion
|
| 9 |
+
configs: models/Stable-diffusion
|
| 10 |
+
vae: models/VAE
|
| 11 |
+
loras: models/Lora
|
| 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 |
+
|