Real-ESRGAN general x4 v3 (SRVGGNetCompact)

models.skillsafe.ai/[email protected]/

Vetted New WebGPU

Image super resolution model for onnxruntime-web (fp32). Runs on WebGPU or WASM — 4.6 MB downloaded once from models.skillsafe.ai, then cached for every SkillSafe app that uses it. Inference happens on your device; nothing you enter is uploaded to load it, and it never costs a credit. Weights from Hugging Face · skillsafe-ai/realesr-general-x4v3, pinned at 042a40bc4c91 — also loadable straight from Hugging Face outside SkillSafe (how).

Share

Details

Catalogue id[email protected]
Runtimeonnxruntime-web ≥ 1.17.0
DeviceWebGPU, WASM
Variantfp32
Download4.6 MB · 1 file
Pinned at042a40bc4c918349ad3e2e607a68ae509a4c27b5
ApprovedSep 22, 2026
Statusactive — every file is a live vetted hash

Files

Each file is served at an immutable URL; the canonical form is the SHA-256 itself. Tokenizer and config JSON are not here by design — they ship in your app bundle.

PathFormatSizeSHA-256
model.onnx onnx 4.6 MB a946f7a93970…e4a00e

Signature

Graph inputs and outputs read from the ONNX bytes at vetting — the tensor names your session.run() call feeds and reads. Symbolic dimensions are shown by name.

Inputs

  • input float32 [batch, 3, height, width]

Outputs

  • output float32 [batch, 3, height_x4, width_x4]
Use it in an app declaration · SDK loader · onnxruntime-web · URLs · Hugging Face — generated from this entry

Add to the body of POST /v1/apps/{slug}/releases (or a release session). An unknown or withdrawn model is refused with a 400 naming it; the app page then shows "downloads 4.6 MB · runs on your device" and /models.txt carries the attribution.

{
  "models": [
    {
      "id": "realesr-general-x4v3-fp32",
      "revision": "v0.2.5.0"
    }
  ]
}

Evaluation

onnxruntime CPU vs PyTorch fp32 reference, seeded uniform input — converted by SkillSafe from the upstream checkpoint; a second run produced byte-identical files. Evaluated Sep 22, 2026.

Parity against PyTorch model from the upstream checkpoint (fp32, CPU) · output

fileprecisionmax absmean abscosine / PSNR
model.onnxfp324.4e-64.9e-7123.8 dB
model.onnxfp324.1e-65.0e-7123.7 dB
model_fp16.onnxfp161.8e-32.8e-468.6 dB
model_fp16.onnxfp161.8e-32.8e-468.8 dB

Toolchain: python 3.12.13 · platform Darwin 25.6.0 arm64 · torch 2.10.0 · onnx 1.23.0 · onnxruntime 1.30.0. Recipe models/recipes/realesr-general-x4v3.yaml (bc93d30609e3). Full manifest.json

Licence & attribution

BSD-3-Clause · licence text · notice

Real-ESRGAN realesr-general-x4v3 weights and SRVGGNetCompact architecture: Copyright (c) 2021, Xintao Wang. BSD 3-Clause License. https://github.com/xinntao/Real-ESRGAN

Apps that declare this model get this text in their generated /models.txt, so a licence that requires a notice always carries one.

Every file here was approved by exact SHA-256 after a structural audit of the graph, fetched from a content-pinned source, and is served credential-free at an immutable URL. The SDK re-verifies the hash on your device before it caches or returns anything. Missing a variant? Request it — or read how the registry works.