This is a small release that fixes a few issues noticed in v0.12.0 as well as adds a few things from contributors.
Bug Fixes
- Fix ONNX Interpolate Models description (#894) (thanks @theflyingzamboni)
- Fix Convert To ONNX and Convert To NCNN requiring PyTorch to have CUDA support if the CPU option was off (#896)
- Fix ONNX in_nc detection to theoretically allow more unofficially supported ONNX models to work properly (#890) (thanks @theflyingzamboni)
- Fix caption overflow if the width is too small for text (#899)
New Features
- Customizable caption size (#898) (thanks @BigBoyBarney)
- Discord Rich-Presence support (#897) (thanks @BigBoyBarney)