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:55:24 -05:00
parent df77d37641
commit 18ed31e524

@ -1,7 +1,7 @@
This guide explains how you can convert PyTorch models to NCNN models for Upscayl.
> [!IMPORTANT]
> Only PyTorch models are guaranteed to work. You can use a similar process for ONNX models (use onnxsim to simplify the model, install ONNX in dependencies and replace the orange blocks with their cyan equivalents), but it can often fail.
> Only PyTorch models for ESRGAN are guaranteed to work. You can use a similar process for ONNX models (use onnxsim to simplify the model, install ONNX in dependencies and replace the orange blocks with their cyan equivalents), but it can often fail.
## Prerequisites
- [chaiNNer](https://github.com/chaiNNer-org/chaiNNer)