Skip to content

Commit

Permalink
Add SRFormer support (chaiNNer-org#2153)
Browse files Browse the repository at this point in the history
* Add SRFormer support

* Add other stuff

* skip linting file

* add statedict to model state
  • Loading branch information
joeyballentine authored Aug 27, 2023
1 parent 4349b92 commit f4931cb
Show file tree
Hide file tree
Showing 8 changed files with 1,558 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ ChaiNNer currently supports a limited amount of neural network architectures. Mo
- [Swin2SR](https://github.com/mv-lab/swin2sr) | [Models](https://github.com/mv-lab/swin2sr/releases/tag/v0.0.1)
- [HAT](https://github.com/XPixelGroup/HAT) | [Models](https://drive.google.com/drive/folders/1HpmReFfoUqUbnAOQ7rvOeNU3uf_m69w0)
- [Omni-SR](https://github.com/Francis0625/Omni-SR) | [Models](https://github.com/Francis0625/Omni-SR#preparation)
- [SRFormer](https://github.com/HVision-NKU/SRFormer) | [Models](https://github.com/HVision-NKU/SRFormer#pretrain-models)

#### Face Restoration

Expand Down
163 changes: 163 additions & 0 deletions backend/src/nodes/impl/pytorch/architecture/LICENSE-SRFormer

Large diffs are not rendered by default.

Loading

0 comments on commit f4931cb

Please sign in to comment.