1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-27 17:00:52 +01:00

Updated Model Conversion Guide (markdown)

Aaron Liu 2024-02-03 12:54:38 -05:00
parent 8917fd60bf
commit df77d37641

@ -7,7 +7,8 @@ This guide explains how you can convert PyTorch models to NCNN models for Upscay
- [chaiNNer](https://github.com/chaiNNer-org/chaiNNer)
- [This .chn file](https://gist.github.com/aaronliu0130/38b996f360dfee86d71130f129920f3a/raw/f06e711e03a4a239e6dc041fadf890a26fdd979a/pth2bin.chn). Right click the link, click "Save link as" and save it wherever you want.
- A model in PyTorch (.pth) format. This guide is for converting PyTorch to NCNN (Upscayl's format) only.
- You can get models from <https://openmodeldb.info/>.
- You can get models from <https://openmodeldb.info/?t=arch%3Aesrgan>.
- Make sure the model is made for the ESRGAN architecture.
- A Text Editor
## Steps