- DeepCreamPy
- Hent-AI
- Screentone-Remover (For black & white manga/picture)
Right now the program only works with bar censoring, mosaic and video uncensoring will be implemented later
If you want to use the google colab version, make a copy of this in your own google drive and download the models from the section below
- CUDA Compatible GPU
- CUDA (latest version) (current working one is 11.5)
- CUDNN (latest version compatible with CUDA) (current working one is 8.3.2)
- Python 3.9.7
- If you have others CUDA version installed, make sure you set the system variable "CUDA_PATH" to your latest CUDA path
- Make sure you install CUDNN with the zip not the exe
- If you doesn't have GPU that can support CUDA you can run the script with CPU capable of running tensorflow as well
.\init.bat
cd tsuki
cd modules
virtualenv env --python=3.9.7
pip install -r requirements.txt
-
Create "input" and "output" folder in Converter folder
-
Ceate "decensor_input" and "decensor_output" folder in DeepCreamPy folder
-
Create "input" and "output" folder in HentAI folder
-
Create "input" and "output" folder in the ToneRemover folder
- Models.zip
- Extract the file then put it in DeepCreamPy/models folder
- 4x_FatalPixels_340000_G.pth
- Weights.h5
- Put these two files in HentAI folder
- RRDB
- Put this in HentAI/ColabESRGAN/models folder
If you ran "init.bat" already, there should be "INPUT" and "OUTPUT" folder at the root of the project
Put the images in "INPUT" folder (Both PNG & JPG are acceptable)
.\run-blackwhite.bat
Put the images in "INPUT" folder (Both PNG & JPG are acceptable)
.\run-color.bat
- Activate HentAI environment then put the image in the "png" format into the "input" folder you just created
- Move the result from "output" folder from HentAI to "decensor_input" in DeepCreamPy folder
- Run DeepCreamPy and done! you have your uncensored image