Artscale2x / README.md
ClintHardwood's picture
Update README.md
a62d0ea verified
|
Raw
History Blame Contribute Delete
757 Bytes
metadata
license: apache-2.0
tags:
  - Upscaler,
  - 2x,
  - art

Artscale (SuperResV13) is a 2× EDSR-style super-resolution network (256 channels, 64 residual channel-attention blocks, ICNR PixelShuffle head) with a fixed, phase-correct Lanczos-3 baseline added at the output. It was trained to restore lightly degraded art-site images (ArtStation / X / DeviantArt artifacts, mild under-sizing) to 2× without hallucinating texture. Three files are provided:

  1. The original (SuperResV13), trained on 100,000 source resolution image tiles for 80 epochs.
  2. The finetune (SuperResV13FT), trained on an additional 200,000 source resolution image tiles for an additional 10 epochs.
  3. The ComfyUI custom node zip, containing the necessary inference and tiling code.