Mirror of the KAIR / SCUNet files AutoShade pins
This repository is a byte-exact mirror, kept by the AutoShade project so that a pinned model stays installable if its upstream host changes. It is not a new model, a fine-tune or a re-quantisation: every file here was copied from the upstream revision below and accepted only after its SHA-256 matched the checksum AutoShade's sidecars already enforce at download time. AutoShade fetches from here first and falls back to the upstream repository; either way the same checksum decides whether the bytes are used.
This repository holds files from two upstream projects, both by Kai Zhang, under two licences. The text of each is included verbatim:
| file(s) | upstream | licence |
|---|---|---|
scunet_color_real_psnr.pth, scunet_color_real_gan.pth, scunet_color_15.pth, scunet_color_25.pth, scunet_color_50.pth |
cszn/KAIR release v1.0 |
MIT โ LICENSE-KAIR-MIT |
network_unet.py, basicblock.py |
cszn/KAIR at the commits AutoShade pins |
MIT โ LICENSE-KAIR-MIT |
network_scunet.py |
cszn/SCUNet at commit 9a6c6507 |
Apache-2.0 โ LICENSE-SCUNET-APACHE-2.0 |
The three .py files are executed by AutoShade after verification, which
is why they are pinned to immutable commits rather than a branch, and why a
mirror of them is worth having at all: the weights are inert without the
architecture that loads them.