Skip to content

Commit

Permalink
add command make:assets:cpu cmd for building cpu-only assets
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Sep 6, 2024
1 parent 3d38221 commit 61c7d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"make": "electron-forge make",
"make:assets:amd": "cd assets && comfy-cli --skip-prompt --here install --fast-deps --amd && comfy-cli --here standalone",
"make:assets:cpu": "cd assets && comfy-cli --skip-prompt --here install --fast-deps --cpu && comfy-cli --here standalone",
"make:assets:nvidia": "cd assets && comfy-cli --skip-prompt --here install --fast-deps --nvidia && comfy-cli --here standalone",
"notarize": "node debug/notarize.js",
"package": "electron-forge package",
Expand Down

0 comments on commit 61c7d58

Please sign in to comment.