2023-03-18 06:52:43 +00:00
|
|
|
#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
|
2023-06-25 11:11:28 +00:00
|
|
|
loras: |
|
|
|
|
models/Lora
|
|
|
|
models/LyCORIS
|
2023-03-18 06:52:43 +00:00
|
|
|
upscale_models: |
|
|
|
|
models/ESRGAN
|
|
|
|
models/SwinIR
|
|
|
|
embeddings: embeddings
|
2023-04-24 05:50:56 +00:00
|
|
|
hypernetworks: models/hypernetworks
|
2023-03-18 06:52:43 +00:00
|
|
|
controlnet: models/ControlNet
|
|
|
|
|
|
|
|
#other_ui:
|
|
|
|
# base_path: path/to/ui
|
|
|
|
# checkpoints: models/checkpoints
|
2023-04-19 15:47:49 +00:00
|
|
|
# gligen: models/gligen
|
2023-04-16 05:36:15 +00:00
|
|
|
# custom_nodes: path/custom_nodes
|