Skip to content

Commit

Permalink
update requirements for changed location of gfpgan
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Sep 11, 2022
1 parent 93c242c commit f7662c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment-mac.yaml
Expand Up @@ -32,7 +32,7 @@ dependencies:
- omegaconf==2.1.1
- onnx==1.12.0
- onnxruntime==1.12.1
- opencv==4.6.0
- opencv-python==4.5.5.64
- pudb==2022.1
- pytorch-lightning==1.6.5
- realesrgan==0.2.5.0
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Expand Up @@ -17,6 +17,7 @@ dependencies:
- imageio-ffmpeg==0.4.2
- pytorch-lightning==1.4.2
- omegaconf==2.1.1
- realesrgan==0.2.5.0
- test-tube>=0.7.5
- streamlit==1.12.0
- pillow==9.2.0
Expand Down
1 change: 1 addition & 0 deletions requirements-lin.txt
Expand Up @@ -24,6 +24,7 @@ torchmetrics==0.6.0
transformers==4.19.2
git+https://github.com/openai/CLIP.git@main#egg=clip
git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan
# No CUDA in PyPi builds
--extra-index-url https://download.pytorch.org/whl/cu113 --trusted-host https://download.pytorch.org
torch==1.11.0
Expand Down
1 change: 1 addition & 0 deletions requirements-mac.txt
Expand Up @@ -21,3 +21,4 @@ transformers==4.19.2
-e git+https://github.com/openai/CLIP.git@main#egg=clip
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
-e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
- -e git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan
1 change: 1 addition & 0 deletions requirements-win.txt
Expand Up @@ -24,6 +24,7 @@ torchmetrics==0.6.0
transformers==4.19.2
git+https://github.com/openai/CLIP.git@main#egg=clip
git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan
# No CUDA in PyPi builds
--extra-index-url https://download.pytorch.org/whl/cu113 --trusted-host https://download.pytorch.org
torch==1.11.0
Expand Down

0 comments on commit f7662c1

Please sign in to comment.