Move and comment out.
This commit is contained in:
parent
851a4bdb80
commit
fee3b0c070
|
@ -1,19 +1,5 @@
|
||||||
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
#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
|
#config for a1111 ui
|
||||||
#all you have to do is change the base_path to where yours is installed
|
#all you have to do is change the base_path to where yours is installed
|
||||||
|
@ -34,6 +20,21 @@ a111:
|
||||||
hypernetworks: models/hypernetworks
|
hypernetworks: models/hypernetworks
|
||||||
controlnet: models/ControlNet
|
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:
|
#other_ui:
|
||||||
# base_path: path/to/ui
|
# base_path: path/to/ui
|
||||||
# checkpoints: models/checkpoints
|
# checkpoints: models/checkpoints
|
||||||
|
|
Loading…
Reference in New Issue