├── .gitignore ├── LICENSE ├── README.md └── assets └── teaser.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TencentQQGYLab/FaceStudio/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TencentQQGYLab/FaceStudio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TencentQQGYLab/FaceStudio/HEAD/README.md -------------------------------------------------------------------------------- /assets/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TencentQQGYLab/FaceStudio/HEAD/assets/teaser.png --------------------------------------------------------------------------------