├── .gitignore ├── LICENSE ├── README.md └── assets └── preprint └── AvatarStudio.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magic-research/avatarstudio/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magic-research/avatarstudio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magic-research/avatarstudio/HEAD/README.md -------------------------------------------------------------------------------- /assets/preprint/AvatarStudio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magic-research/avatarstudio/HEAD/assets/preprint/AvatarStudio.pdf --------------------------------------------------------------------------------