17 skills found
flyingby / Awesome Deepfake Generation And Detection[CSUR 2026] A Survey on Deepfake Generation and Detection
LynnHo / AttGAN Tensorflow[TIP'19] AttGAN: Facial Attribute Editing by Only Changing What You Want
elvisyjlin / SpatialAttentionGANSaGAN PyTorch "Generative Adversarial Network with Spatial Attention for Face Attribute Editing"
Zhongdao / FaceAttributeManipulationAn implementation of Learning Residual Images for Face Attribute Manipulation
Yutong-Zhou-cv / FFHQ Text Dataset[FG 2021🎈] A small-scale face image dataset with large-scale facial attributes for text-to-face generation and manipulation.
MingtaoGuo / Learning Residual Images For Face Attribute ManipulationThe code of the paper 'Learning-Residual-Images-for-Face-Attribute-Manipulation' is implemented by TensorFlow
valentingol / Gan Face EditingFace attribute manipulation with GAN for automatic data augmentation or individual editing.
zhangqianhui / Residual Image Learning GANTensorflow implementation for Paper "Learning Residual Images for Face Attribute Manipulation"
MingtaoGuo / Deep Feature Interporlation Face Attribute Manipulation Glasses Remove Youth2Senior Etc. TensorFlowA simple implementation of the paper 'Deep Feature Interpolation for Image Content Changes'
zjwfufu / Face Editing PipelineA simple pipeline for face editing
hwang1996 / ManiCLIPManiCLIP: Multi-Attribute Face Manipulation from Text
raven38 / Image EditDemos of neural image editing
Hramchenko / Diffusion Editor🚀 PyTorch Implementation of "Diffusion Autoencoders: Toward a Meaningful and Decodable Representation"
wkcw / Keras Face Attribute ManipulationImplementation of https://arxiv.org/abs/1612.05363 with keras
adp178 / Interpreting The Latent Space Of GANs For Semantic Face Editing This project aims to build a controllable Generative Adversarial Network (GAN) that facilitates the control of facial attributes through manipulation of latent space. We have used pre-trained StyleGAN2-ADA to generate photorealistic faces and SVM hyperplanes to interpret it’s latent space. This allowed us to understand the encoding of facial semantics and their disentanglement in the latent space learnt by GAN.
JoyLuo / Face Attribute Edit Paper Listface attribute edit paper list 人脸属性编辑论文列表
HuginnM / Gan Face EditorA desktop application for generating and editing realistic human faces using StyleGAN2-ADA. Features include face generation from random seeds, attribute manipulation (age, gender, expressions), and real image projection into the StyleGAN latent space. Built with PyTorch and PySimpleGUI.