Update extra_model_paths.yaml.example with comfy specific example
This commit is contained in:
parent
536799d172
commit
851a4bdb80
|
@ -1,5 +1,20 @@
|
|||
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
||||
|
||||
#config for comfyui
|
||||
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
|
||||
#in this example, we make a central folder called c:/machine-learning/ and replicate the ComfyUI models folder structure inside
|
||||
comfyui:
|
||||
base_path: c:/machine-learning/
|
||||
checkpoints: models/checkpoints/
|
||||
clip: models/clip/
|
||||
clip_vision: models/clip_vision/
|
||||
configs: models/configs/
|
||||
controlnet: models/controlnet/
|
||||
embeddings: models/embeddings/
|
||||
loras: models/loras/
|
||||
upscale_models: models/upscale_models/
|
||||
vae: models/vae/
|
||||
|
||||
#config for a1111 ui
|
||||
#all you have to do is change the base_path to where yours is installed
|
||||
a111:
|
||||
|
|
Loading…
Reference in New Issue