change name of requirements.txt to avoid confusion

This commit is contained in:
Lincoln Stein 2022-11-09 17:37:06 +00:00
parent 2dd6fc2b93
commit 1417c87928
6 changed files with 43 additions and 5 deletions

View File

@ -0,0 +1,38 @@
--prefer-binary
# pip will resolve the version which matches torch
albumentations
dependency_injector==4.40.0
diffusers
einops
eventlet
flask==2.1.3
flask_cors==3.0.10
flask_socketio==5.3.0
flaskwebgui==0.3.7
getpass_asterisk
gfpgan
huggingface-hub
imageio
imageio-ffmpeg
kornia
numpy
omegaconf
opencv-python
pillow
pip>=22
pudb
pyreadline3
pytorch-lightning==1.7.7
realesrgan
scikit-image>=0.19
send2trash
streamlit
taming-transformers-rom1504
test-tube
torch-fidelity
torchmetrics
transformers==4.21.*
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@models-rename#egg=clipseg

View File

@ -1,4 +1,4 @@
-r environments-and-requirements/requirements.txt -r environments-and-requirements/requirements-base.txt
# Get hardware-appropriate torch/torchvision # Get hardware-appropriate torch/torchvision
--extra-index-url https://download.pytorch.org/whl/rocm5.1.1 --trusted-host https://download.pytorch.org --extra-index-url https://download.pytorch.org/whl/rocm5.1.1 --trusted-host https://download.pytorch.org

View File

@ -1,3 +1,3 @@
--pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu
-r environments-and-requirements/requirements.txt -r environments-and-requirements/requirements-base.txt
-e . -e .

View File

@ -1,2 +1,2 @@
-r environments-and-requirements/requirements.txt -r environments-and-requirements/requirements-base.txt
-e . -e .

View File

@ -1,4 +1,4 @@
-r environments-and-requirements/requirements.txt -r environments-and-requirements/requirements-base.txt
protobuf==3.19.6 protobuf==3.19.6
torch<1.13.0 torch<1.13.0

View File

@ -1,4 +1,4 @@
-r environments-and-requirements/requirements.txt -r environments-and-requirements/requirements-base.txt
# Get hardware-appropriate torch/torchvision # Get hardware-appropriate torch/torchvision
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org --extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org