onion-liu/BlendGAN
Official PyTorch implementation of "BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation" (NeurIPS 2021)
Combines a self-supervised style encoder trained on a generic artistic dataset with a weighted blending module to unify arbitrary style transfer in a single model, eliminating per-style training data requirements. Integrates StyleGAN2, pSp encoder, and InsightFace components within PyTorch, supporting both latent-guided and reference-guided stylization through latent space blending rather than layer-swapping mechanisms.
505 stars. No commits in the last 6 months.
Stars
505
Forks
54
Language
Python
License
MIT
Category
Last pushed
Sep 29, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/onion-liu/BlendGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yunjey/domain-transfer-network
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
taesungp/contrastive-unpaired-translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV...
PaddlePaddle/PaddleGAN
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion...
tohinz/ConSinGAN
PyTorch implementation of "Improved Techniques for Training Single-Image GANs" (WACV-21)
sagiebenaim/DistanceGAN
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017