DeepBump (color → Normal CNN) ONNX export. Powers Reliquary's in-PBR-slot "DeepBump Direct" generator and the standalone AI Normal sidebar module.
Inherited from upstream DeepBump (GPL-3.0). Non-commercial / GPL-compatible projects only. Distributing a project that bundles these weights forces the whole project under GPL-3.0 at distribution.
This model is consumed by
Reliquary, a
browser-based PBR texture editor. The ONNX file is loaded via ONNX
Runtime Web in the browser — no Python or server-side inference.
This is a re-export from the original PyTorch checkpoint to a
browser-deployable ONNX format with dynamic input axes. The model
weights, architecture, and training methodology are entirely the work
of the original authors cited above. This repo is a hosting convenience
for Reliquary's browser-side ML — it does NOT modify the model.
For the full conversion pipeline (including version-compat shims for
PyTorch 2.6+, opset selection, dynamic-axes details), see Reliquary's
PYTHON_CONVERSIONS_GUIDE.md.