mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
6bc11bfd3f
* test linux install * try removing http from parsed requirements * pip install confirmed working on linux * ready for linux testing - rebuilt py3.10-linux-x86_64-cuda-reqs.txt to include pypatchmatch dependency. - point install.sh and install.bat to test-installer branch. * Updates MPS reqs * detect broken readline history files * fix download.pytorch.org URL * Test installer (Win 11) (#1620) Co-authored-by: Cyrus Chan <cyruswkc@hku.hk> * Test installer (MacOS 13.0.1 w/ torch==1.12.0) (#1621) * Test installer (Win 11) * Test installer (MacOS 13.0.1 w/ torch==1.12.0) Co-authored-by: Cyrus Chan <cyruswkc@hku.hk> * change sourceball to development for testing * Test installer (MacOS 13.0.1 w/ torch==1.12.1 & torchvision==1.13.1) (#1622) * Test installer (Win 11) * Test installer (MacOS 13.0.1 w/ torch==1.12.0) * Test installer (MacOS 13.0.1 w/ torch==1.12.1 & torchvision==1.13.1) Co-authored-by: Cyrus Chan <cyruswkc@hku.hk> Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Co-authored-by: Cyrus Chan <82143712+cyruschan360@users.noreply.github.com> Co-authored-by: Cyrus Chan <cyruswkc@hku.hk>
42 lines
992 B
Plaintext
42 lines
992 B
Plaintext
# pip will resolve the version which matches torch
|
|
albumentations
|
|
dependency_injector==4.40.0
|
|
diffusers
|
|
einops
|
|
eventlet
|
|
facexlib
|
|
flask==2.1.3
|
|
flask_cors==3.0.10
|
|
flask_socketio==5.3.0
|
|
flaskwebgui==0.3.7
|
|
getpass_asterisk
|
|
huggingface-hub
|
|
imageio
|
|
imageio-ffmpeg
|
|
kornia
|
|
numpy
|
|
omegaconf
|
|
opencv-python
|
|
pillow
|
|
pip>=22
|
|
pudb
|
|
pyreadline3
|
|
pytorch-lightning==1.7.7
|
|
realesrgan
|
|
requests==2.25.1
|
|
scikit-image>=0.19
|
|
send2trash
|
|
streamlit
|
|
taming-transformers-rom1504
|
|
test-tube>=0.7.5
|
|
torch-fidelity
|
|
torchmetrics
|
|
transformers==4.21.*
|
|
picklescan
|
|
git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.1#egg=gfpgan ; platform_system == 'Windows'
|
|
git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.2#egg=gfpgan ; platform_system != 'Windows'
|
|
git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
|
git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
|
git+https://github.com/invoke-ai/PyPatchMatch@0.1.4#egg=pypatchmatch
|