This is the official repository for the AnimeGANv3 repo.
Tested on Windows 10 and python 3.7.
conda create -n gui python=3.7
conda activate gui
pip install -r requirements.txt
pyinstaller -F home.py -w -i ./assets/kitsune.png --hidden-import face_det
- This repo supports encrypting onnx models and codes before packaging and publishing.
- The open AnimeGANv3 model can be obtained in the Releases.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.