Move and comment out.

This commit is contained in:
comfyanonymous 2023-10-12 20:54:43 -04:00
parent 851a4bdb80
commit fee3b0c070
1 changed files with 15 additions and 14 deletions

View File

@ -1,19 +1,5 @@
#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
@ -34,6 +20,21 @@ a111:
hypernetworks: models/hypernetworks
controlnet: models/ControlNet
#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.
#comfyui:
# base_path: path/to/comfyui/
# 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/
#other_ui:
# base_path: path/to/ui
# checkpoints: models/checkpoints