Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.49 KB

readme.md

File metadata and controls

26 lines (22 loc) · 1.49 KB

Improvements

  1. Added the cbr colorizer (bug which creates it in the same location instead of a subfolder, fix in progress).
  2. An exception has been created to avoid graph overflow. If you cannot color with x size, you will subtract 32 until you can use it.

Improvements (in progress)

  1. Gradio interface creation (in progress)
  2. Creating bat installer
  3. Exclude .DS_Store files
  4. Inclusion of Real Anime-ESRGAN for output and MangaDigital for input.

Automatic colorization

  1. Download generator and denoiser weights. Put generator and extractor weights in networks and denoiser weights in denoising/models.
  2. To colorize image or folder of images, use the following command:
$ python inference.py -p "path to file or folder"
Original Colorization