Skip to content

Commit f7662c1

Browse files
committed
update requirements for changed location of gfpgan
1 parent 93c242c commit f7662c1

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

environment-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- omegaconf==2.1.1
3333
- onnx==1.12.0
3434
- onnxruntime==1.12.1
35-
- opencv==4.6.0
35+
- opencv-python==4.5.5.64
3636
- pudb==2022.1
3737
- pytorch-lightning==1.6.5
3838
- realesrgan==0.2.5.0

environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- imageio-ffmpeg==0.4.2
1818
- pytorch-lightning==1.4.2
1919
- omegaconf==2.1.1
20+
- realesrgan==0.2.5.0
2021
- test-tube>=0.7.5
2122
- streamlit==1.12.0
2223
- pillow==9.2.0

requirements-lin.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ torchmetrics==0.6.0
2424
transformers==4.19.2
2525
git+https://github.com/openai/CLIP.git@main#egg=clip
2626
git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
27+
git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan
2728
# No CUDA in PyPi builds
2829
--extra-index-url https://download.pytorch.org/whl/cu113 --trusted-host https://download.pytorch.org
2930
torch==1.11.0

requirements-mac.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ transformers==4.19.2
2121
-e git+https://github.com/openai/CLIP.git@main#egg=clip
2222
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
2323
-e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
24+
- -e git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan

requirements-win.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ torchmetrics==0.6.0
2424
transformers==4.19.2
2525
git+https://github.com/openai/CLIP.git@main#egg=clip
2626
git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
27+
git+https://github.com/lstein/GFPGAN@fix-dark-cast-images#egg=gfpgan
2728
# No CUDA in PyPi builds
2829
--extra-index-url https://download.pytorch.org/whl/cu113 --trusted-host https://download.pytorch.org
2930
torch==1.11.0

0 commit comments

Comments
 (0)