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 23, 2023
1 parent 0a6a654 commit 79a4d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ call python -m pip install torch torchvision torchaudio --extra-index-url https:

python -c "import torch; print('Checking if cuda is available:', torch.cuda.is_available(), '\n,Checking xformers install:'); from xformers import ops"

call python -m pip install requests mediapipe piexif safetensors lark Pillow==9.0.0 wget webdataset open_clip_torch opencv-python==4.5.5.64 pandas matplotlib fvcore ipywidgets==7.7.1 transformers==4.19.2 omegaconf einops "pytorch_lightning>1.4.1,<=1.7.7" scikit-image opencv-python ai-tools cognitive-face zprint kornia==0.5.0 lpips keras datetime timm==0.6.7 prettytable basicsr fairscale realesrgan torchmetrics==0.11.4
call python -m pip install requests mediapipe piexif safetensors==0.3.2 lark Pillow==9.0.0 wget webdataset open_clip_torch opencv-python==4.5.5.64 pandas matplotlib fvcore ipywidgets==7.7.1 transformers==4.19.2 omegaconf einops "pytorch_lightning>1.4.1,<=1.7.7" scikit-image opencv-python ai-tools cognitive-face zprint kornia==0.5.0 lpips keras datetime timm==0.6.7 prettytable basicsr fairscale realesrgan torchmetrics==0.11.4

call git clone https://github.com/Sxela/sxela-stablediffusion "%~dp0stablediffusion" && python -m pip install -e "%~dp0stablediffusion"
call git clone https://github.com/Sxela/ControlNet-v1-1-nightly "%~dp0ControlNet"
Expand All @@ -90,7 +90,7 @@ 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_client==7.4.9 jupyter_core==5.2.0 packaging==22.0 tzdata==2022.7 ipykernel --force-reinstall
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 ipykernel install --user

REM Setting var to skip install inside the notebook
Expand Down

0 comments on commit 79a4d5a

Please sign in to comment.