Views
No views yet
| Path | Purpose |
|---|---|
onnx/model_x2.onnx | 2x upscaler, static input 512×512 → output 1024×1024 |
onnx/model_x4.onnx | 4x upscaler, static input 256×256 → output 1024×1024 |
checkpoints/2x_realplksr_mssim_pretrain.pth | Original PyTorch weights for the x2 model |
checkpoints/4x_realplksr_mssim_pretrain.pth | Original PyTorch weights for the x4 model |
config.json | HF model metadata |
checkpoints/ directory holds the original .pth files used to produce the ONNX exports. They are kept here so the conversion can be reproduced even if the upstream Google Drive links stop being reachable.onnx/ and checkpoints/): MIT, from upstream dslisleedh/PLKSR.