File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ torchmetrics==0.6.0
2424transformers==4.19.2
2525git+https://github.com/openai/CLIP.git@main#egg=clip
2626git+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
2930torch==1.11.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ torchmetrics==0.6.0
2424transformers==4.19.2
2525git+https://github.com/openai/CLIP.git@main#egg=clip
2626git+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
2930torch==1.11.0
You can’t perform that action at this time.
0 commit comments