From 644757f4c488f07a10817afbe5abf71b7f6a390f Mon Sep 17 00:00:00 2001 From: Nate <36290465+natethegreate@users.noreply.github.com> Date: Thu, 21 May 2020 14:27:25 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7a10ec6..c873940 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Here is an example of a screentoned image, and what it looks like when removed b * For full video decensoring via ESRGAN, you will need to download Twittman's model [here](https://de-next.owncube.com/index.php/s/mDGmi7NgdyyQRXL) and place it inside the ColabESRGAN/models folder. +* Nvidia GPU owners should install CUDA 9.0, and cuDNN 7.6.4. Note that there are issues with RTX cards and ESRGAN, so if you want to use that I again reccomend the colab notebook instead. + ## Important Notes (READ BEFORE USING) * I highly reccommend running hent-AI on batches, for example one doujin or a few doujins at once. The slowest part of hent-AI is the initialization, so the first inference takes time but the rest will be quicker. @@ -111,6 +113,7 @@ Here is an example of a screentoned image, and what it looks like when removed b * Do not put entire clips through the video detection, it is a very slow task. If you can, edit in only the short clips with visible mosaics, get the decensored output, then edit them in the rest of the video. +* The compiled exe release does not support ESRGAN. If you want to use this, refer to the colab notebook. ## Versions and Downloads @@ -132,6 +135,8 @@ Here is an example of a screentoned image, and what it looks like when removed b * [1.6.5](): Added adaptive mosaic granularity checking via GMP by rekaXua. Added colab file for free cloud-based ESRGAN video decensoring. +* [1.6.7](): Changed ESRGAN processs to run in 2 phases: ESRGAN resize, then mask detection. Slower but more memory forgiving. Added mask blurring for less seams on ESRGAN. For non-ESRGAN, added custom dilation to expand masks. Removed option for jpg, it will be used automatically. Improved file cleaning. + ## Installation directions