Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ninjaneural
GitHub Repository: ninjaneural/webui
Path: blob/master/memo/comfyui_setting/extra_model_paths.yaml
3275 views
1
#Rename this to extra_model_paths.yaml and ComfyUI will load it
2
3
#config for a1111 ui
4
#all you have to do is change the base_path to where yours is installed
5
comfyui:
6
checkpoints: e:\models\checkpoints
7
vae: e:\models\vae
8
loras: e:\models\loras
9
embeddings: e:\models\embeddings
10
hypernetworks: e:\models\hypernetworks
11
controlnet: e:\models\controlnet
12
upscale_models: e:\models\upscale_models
13
clip: e:\models\clip
14
clip_vision: e:\models\clip_vision
15
unet: e:\models\unet
16
ipadapter: e:\models\ipadapter
17
animatediff_models: e:\models\animatediff
18
animatediff_motion_lora: e:\models\animatediff_motion_lora
19
20