Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxela authored Aug 24, 2023
1 parent 79a4d5a commit 44c8e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ call git clone https://github.com/salesforce/BLIP "%~dp0BLIP"
call git clone https://github.com/pengbo-learn/python-color-transfer "%~dp0python-color-transfer"
call git clone https://github.com/Stability-AI/generative-models "%~dp0generative-models"
call git clone https://github.com/Sxela/ComfyUI "%~dp0ComfyUI"
call python -m pip install entrypoints==0.4 ipython==8.10.0 jupyter notebook jupyter_client==7.4.9 jupyter_core==5.2.0 packaging==22.0 tzdata==2022.7 ipykernel --force-reinstall
call python -m pip install notebook
call python -m pip install entrypoints==0.4 ipython==8.10.0 jupyter_client==7.4.9 jupyter_core==5.2.0 packaging==22.0 tzdata==2022.7 ipykernel --force-reinstall
call python -m ipykernel install --user

REM Setting var to skip install inside the notebook
Expand Down

0 comments on commit 44c8e7e

Please sign in to comment.