Skip to content

Commit

Permalink
feat(api): add CodeFormer to conversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 5, 2023
1 parent cb35907 commit a2a0028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/onnx_web/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth",
4,
),
(
"correction-codeformer",
"https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth",
1,
)
],
"upscaling": [
(
Expand Down

0 comments on commit a2a0028

Please sign in to comment.