Skip to content

Commit

Permalink
Update command.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 11, 2024
1 parent d32105c commit 7b2322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 --manager-url https://github.com/Comfy-Org/manager-core && comfy-cli --here standalone && node ../scripts/env.mjs",
"make:assets:cpu": "cd assets && comfy-cli --skip-prompt --here install --fast-deps --cpu --manager-url https://github.com/Comfy-Org/manager-core && cd ComfyUI && git checkout origin/rh-userdirectory && cd ../ && comfy-cli --here standalone && node ../scripts/env.mjs",
"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 7b2322f

Please sign in to comment.