diff --git a/Model-Conversion-Guide.md b/Model-Conversion-Guide.md index 69cee77..5fcca56 100644 --- a/Model-Conversion-Guide.md +++ b/Model-Conversion-Guide.md @@ -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)