mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
5a1a36ec29
This allows populating setup.py's 'install_requires' directly from 'requirements.in' - setup.py: - read 'requirements.in' instead of 'requirements.txt' - add correct upstream pytorch repo to "dependency_links" - requirements.in: - append "name @" to git packages - fix torch repo URL -> 'download.pytorch.org/whl/torch_stable.html' Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
30 lines
1.0 KiB
Plaintext
30 lines
1.0 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.0 ; platform_system == 'Darwin'
|
|
torchvision==0.13.0+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'
|
|
transformers
|
|
picklescan
|
|
clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip
|
|
clipseg @ https://github.com/invoke-ai/clipseg/archive/1f754751c85d7d4255fa681f4491ff5711c1c288.zip
|
|
gfpgan @ https://github.com/TencentARC/GFPGAN/archive/2eac2033893ca7f427f4035d80fe95b92649ac56.zip
|
|
k-diffusion @ https://github.com/invoke-ai/k-diffusion/archive/7f16b2c33411f26b3eae78d10648d625cb0c1095.zip
|