Skip to content

Commit

Permalink
Override model download path to electron user directory. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored Sep 20, 2024
1 parent 9c4edb9 commit aa5891e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/model_paths_linux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ComfyUI extra_model_paths.yaml for Linux
comfyui:
base_path: ~/.config/ComfyUI
is_default: true
checkpoints: models/checkpoints/
classifiers: models/classifiers/
clip: models/clip/
Expand Down
1 change: 1 addition & 0 deletions config/model_paths_mac.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ComfyUI extra_model_paths.yaml for macOS
comfyui:
base_path: ~/Library/Application Support/ComfyUI
is_default: true
checkpoints: models/checkpoints/
classifiers: models/classifiers/
clip: models/clip/
Expand Down
1 change: 1 addition & 0 deletions config/model_paths_windows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ComfyUI extra_model_paths.yaml for Windows
comfyui:
base_path: '%APPDATA%/ComfyUI'
is_default: true
checkpoints: models/checkpoints/
classifiers: models/classifiers/
clip: models/clip/
Expand Down

0 comments on commit aa5891e

Please sign in to comment.