You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
559 B
23 lines
559 B
#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 |
|
|
|
|
|
|
|
|