Update extra_model_paths.yaml.example with comfy specific example

This commit is contained in:
Nick Teeple 2023-10-12 21:26:27 +08:00 committed by GitHub
parent 536799d172
commit 851a4bdb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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: