docs/Model-Conversion-Guide.md
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.