Skip to content

Commit

Permalink
back to path
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Oct 26, 2024
1 parent 1a65558 commit 68cc7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/todesktop/postInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function postInstall() {
const result2 = spawnSync(`py`, ['-3.12 ','-m' ,'pip' ,'install comfy-cli'], {shell:true,stdio: 'inherit'}).toString();
console.log(result2);
console.log("finish pip");
const result6 = spawnSync('setx /M PYTHONPATH "%PYTHONPATH%;C:\\hostedtoolcache\\windows\\Python\\3.12.7\\x64\\Scripts\\"',[''], {shell: true, stdio: 'inherit'});
const result6 = spawnSync('setx /M PATH "%PATH%;C:\\hostedtoolcache\\windows\\Python\\3.12.7\\x64\\Scripts\\"',[''], {shell: true, stdio: 'inherit'});
console.log(JSON.stringify(result6));
const result3 = spawnSync('cd assets && comfy-cli --skip-prompt --here install --fast-deps --nvidia --manager-url https://github.com/Comfy-Org/manager-core && comfy-cli --here standalone && mkdir -p ComfyUI/user/default' ,[''],{shell:true,stdio: 'inherit'}).toString();
console.log(result3);
Expand Down

0 comments on commit 68cc7df

Please sign in to comment.