First of all, why not spend 5 minutes to try it yourself!
The AI can paint on a sketch according to a given specific color style.
The AI can transfer illustrations' style.
you need a python 3.5/3.6 environment.
pip install tensorflow_gpu
pip install keras
pip install bottle
pip install gevent
pip install h5py
pip install opencv-python
pip install scikit-image
git clone https://github.com/lllyasviel/style2paints.git
(then download all pretrained models from 'release' page and then decompress them to 'style2paints/server')
cd style2paints/server
python server.py
Models are available in releases page.
Currently, we reserve all rights about all these models.
-
The recommended training dataset of illustrations is the 400k images from nico-opendata
-
The recommended training sketches is from sketchKeras
QQ Group ID: 184467946
Thanks a lot to TaiZan. This project could not be achieved without his great help.