Browse Source
Rename extra_model_paths.yaml.example to extra_model_paths.yaml and edit it to point to your other UI.pull/148/head
comfyanonymous
2 years ago
3 changed files with 57 additions and 1 deletions
@ -0,0 +1,23 @@
|
||||
#Rename this to extra_model_paths.yaml and ComfyUI will load it |
||||
|
||||
#config for a1111 ui |
||||
#all you have to do is change the base_path to where yours is installed |
||||
a111: |
||||
base_path: path/to/stable-diffusion-webui/ |
||||
|
||||
checkpoints: models/Stable-diffusion |
||||
configs: models/Stable-diffusion |
||||
vae: models/VAE |
||||
loras: models/Lora |
||||
upscale_models: | |
||||
models/ESRGAN |
||||
models/SwinIR |
||||
embeddings: embeddings |
||||
controlnet: models/ControlNet |
||||
|
||||
#other_ui: |
||||
# base_path: path/to/ui |
||||
# checkpoints: models/checkpoints |
||||
|
||||
|
||||
|
Loading…
Reference in new issue