Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
fee3b0c0
"torchvision/csrc/vscode:/vscode.git/clone" did not exist on "8e878f0fa992a5e42ea5e38813b533eb4a551db2"
Commit
fee3b0c0
authored
Oct 12, 2023
by
comfyanonymous
Browse files
Move and comment out.
parent
851a4bdb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
extra_model_paths.yaml.example
extra_model_paths.yaml.example
+15
-14
No files found.
extra_model_paths.yaml.example
View file @
fee3b0c0
#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:
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment