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
851a4bdb
Unverified
Commit
851a4bdb
authored
Oct 12, 2023
by
Nick Teeple
Committed by
GitHub
Oct 12, 2023
Browse files
Update extra_model_paths.yaml.example with comfy specific example
parent
536799d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
extra_model_paths.yaml.example
extra_model_paths.yaml.example
+15
-0
No files found.
extra_model_paths.yaml.example
View file @
851a4bdb
#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
a111:
a111:
...
...
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