Skip to content

Commit

Permalink
Merge pull request #294 from Dartvauder/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Dartvauder authored Oct 17, 2024
2 parents 58120f1 + 5022ded commit 4e257e0
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 111 deletions.
1 change: 1 addition & 0 deletions Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.g
pip install git+https://github.com/tencent-ailab/IP-Adapter.git 2>> %ERROR_LOG%
pip install git+https://github.com/vork/PyNanoInstantMeshes.git 2>> %ERROR_LOG%
pip install git+https://github.com/openai/CLIP.git 2>> %ERROR_LOG%
pip install git+https://github.com/xhinker/sd_embed.git@main 2>> %ERROR_LOG%
timeout /t 3 /nobreak >nul
cls

Expand Down
1 change: 1 addition & 0 deletions Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.g
pip install git+https://github.com/tencent-ailab/IP-Adapter.git 2>> "$ERROR_LOG"
pip install git+https://github.com/vork/PyNanoInstantMeshes.git 2>> "$ERROR_LOG"
pip install git+https://github.com/openai/CLIP.git 2>> "$ERROR_LOG"
pip install git+https://github.com/xhinker/sd_embed.git@main 2>> "$ERROR_LOG"
sleep 3
clear

Expand Down
Loading

0 comments on commit 4e257e0

Please sign in to comment.