Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Dec 13, 2022
0 parents commit d1f318c
Show file tree
Hide file tree
Showing 18 changed files with 125 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# HDcube
This is an [ESRGAN](https://github.com/xinntao/ESRGAN) model trained specifically for upscaling GameCube and Wii textures, but it can of course be used for other textures from that period.

It can be used for all image formats supported by Gamecube and Wii hardware and can remove its typical artifacts like
CMPR Block Compression (DXT1 algorithm, also known as BC1), color palette errors, color reduction up to 8bit color depth and 1bit alpha depth.

## Usage
I recommend [chaiNNer](https://github.com/chaiNNer-org/chaiNNer), which offers a graphical user interface and is based on a node system that can be used to solve very simple as well as very complex tasks effectively by "chaining" nodes together.
You get the best quality if you upscale the alpha channel [separately](https://i.imgur.com/KLqjupn.png).

## Image comparison

|GameCube|HDCube 3|GameCube|HDCube 3|
|---|---|---|---|
|<img src="https://i.imgur.com/476bdeZ.png" width="256"/>|<img src="https://i.imgur.com/wYESlsV.png" width="256"/>|<img src="https://i.imgur.com/7GGgStJ.png" width="256"/>|<img src="https://i.imgur.com/euMrBE5.png" width="256"/>|
|<img src="https://i.imgur.com/HxYcYN4.png" width="256"/>|<img src="https://i.imgur.com/GT9RjVc.png" width="256"/>|<img src="https://i.imgur.com/Bz39avz.png" width="256"/>|<img src="https://i.imgur.com/jXX6lhG.png" width="256"/>|
|<img src="https://i.imgur.com/R34f0Jv.png" width="256"/>|<img src="https://i.imgur.com/heetXP2.png" width="256"/>|<img src="https://i.imgur.com/U2DXTH5.png" width="256"/>|<img src="https://i.imgur.com/XZ8x19N.png" width="256"/>|
Loading

0 comments on commit d1f318c

Please sign in to comment.