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>
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
--prefer-binary
|
|
--extra-index-url https://download.pytorch.org/whl/torch_stable.html
|
|
--trusted-host https://download.pytorch.org
|
|
accelerate~=0.14
|
|
albumentations
|
|
diffusers
|
|
eventlet
|
|
flask_cors
|
|
flask_socketio
|
|
flaskwebgui
|
|
getpass_asterisk
|
|
imageio-ffmpeg
|
|
pyreadline3
|
|
realesrgan
|
|
send2trash
|
|
streamlit
|
|
taming-transformers-rom1504
|
|
test-tube
|
|
torch-fidelity
|
|
torch==1.12.1 ; platform_system == 'Darwin'
|
|
torch==1.12.0+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'
|
|
torchvision==0.13.1 ; platform_system == 'Darwin'
|
|
torchvision==0.13.0+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'
|
|
transformers
|
|
picklescan
|
|
https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip
|
|
https://github.com/invoke-ai/clipseg/archive/1f754751c85d7d4255fa681f4491ff5711c1c288.zip
|
|
https://github.com/TencentARC/GFPGAN/archive/2eac2033893ca7f427f4035d80fe95b92649ac56.zip
|
|
https://github.com/invoke-ai/k-diffusion/archive/7f16b2c33411f26b3eae78d10648d625cb0c1095.zip
|
|
https://github.com/invoke-ai/PyPatchMatch/archive/129863937a8ab37f6bbcec327c994c0f932abdbc.zip
|