mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2025-05-28 05:00:09 -07:00
* enable cog * Update README.md * Update README.md * refactor * fix temp input dir bug Co-authored-by: CJWBW <70536672+CJWBW@users.noreply.github.com> Co-authored-by: Chenxi <chenxi@Chenxis-MacBook-Pro-2.local> Co-authored-by: Xintao <wxt1994@126.com>
26 lines
479 B
YAML
26 lines
479 B
YAML
build:
|
|
gpu: true
|
|
python_version: "3.8"
|
|
system_packages:
|
|
- "libgl1-mesa-glx"
|
|
- "libglib2.0-0"
|
|
python_packages:
|
|
- "torch==1.8.0"
|
|
- "torchvision==0.9.0"
|
|
- "numpy==1.21.1"
|
|
- "ipython==7.21.0"
|
|
- "lmdb==1.2.1"
|
|
- "opencv-python==4.5.3.56"
|
|
- "PyYAML==5.4.1"
|
|
- "tqdm==4.62.2"
|
|
- "yapf==0.31.0"
|
|
- "tb-nightly==2.7.0a20210825"
|
|
run:
|
|
- pip install facexlib==0.2.0.2
|
|
- pip install realesrgan
|
|
|
|
predict: "predict.py:Predictor"
|
|
|
|
|
|
|