Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.07 KB

Qt interface tool based on AnimeGANv3.

This is the official repository for the AnimeGANv3 repo.

Installation

Tested on Windows 10 and python 3.7.

Install dependency

conda create -n gui python=3.7
conda activate gui
pip install -r requirements.txt

Usage

Build

pyinstaller -F home.py -w  -i ./assets/kitsune.png --hidden-import face_det

Notice

  • This repo supports encrypting onnx models and codes before packaging and publishing.
  • The open AnimeGANv3 model can be obtained in the Releases.

Screenshot

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.