Skip to content

Commit

Permalink
Add PATH example in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jul 23, 2024
1 parent fe66bd5 commit 562118a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ sed -i '1irem .\\python_embeded\\python.exe -s ComfyUI\\main.py --windows-standa
sed -i '1irem set PYTHONPYCACHEPREFIX=.\\pycache' ./run_nvidia_gpu.bat
sed -i '1irem set HTTPS_PROXY=http://localhost:1081' ./run_nvidia_gpu.bat
sed -i '1irem set HTTP_PROXY=http://localhost:1081' ./run_nvidia_gpu.bat
sed -i '1irem set PATH=%PATH%;C:\\EDIT_THIS_TO_PATH_TO_YOUR_\\python_embeded\\Scripts\\' ./run_nvidia_gpu.bat

du -hd1 "$workdir"

Expand Down

0 comments on commit 562118a

Please sign in to comment.