Skip to content

Commit

Permalink
Checkout specific manager core commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 12, 2024
1 parent 1451636 commit 4d5113f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"packageManager": "[email protected]",
"config": {
"frontendVersion": "1.3.33",
"comfyVersion": "0.2.7"
"comfyVersion": "0.2.7",
"managerCommit": "cfdb687db3a7d2554f4f0e1f982ad9fffb3c4f2e"
},
"scripts": {
"clean": "rimraf .vite dist out",
Expand Down
2 changes: 2 additions & 0 deletions scripts/makeComfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function makeAssets(gpuFlag) {
`comfy-cli --skip-prompt --here install --version ${pkg.config.comfyVersion} --fast-deps`,
gpuFlag,
'--manager-url https://github.com/Comfy-Org/manager-core',
'--manager-commit',
pkg.config.managerCommit,
'&&',
'comfy-cli --here standalone',
'&&',
Expand Down

0 comments on commit 4d5113f

Please sign in to comment.