hyperstyle
Image generator modulator
An implementation of a technique to efficiently modify pre-trained image generators based on target images using hypernetworks
Official Implementation for "HyperStyle: StyleGAN Inversion with HyperNetworks for Real Image Editing" (CVPR 2022) https://arxiv.org/abs/2111.15666
1k stars
28 watching
115 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
cvpr2022generative-adversarial-networkhypernetworksstyleganstylegan-encoder
Related projects:
Repository | Description | Stars |
---|---|---|
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
mingyuliutw/cogan | An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images | 286 |
tdrussell/illustrationgan | A Generative Adversarial Networks implementation for modeling illustrations using a custom dataset of anime faces. | 269 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,863 |
ibm/max-fast-neural-style-transfer | A service for generating new images by mixing the content of an input image with the style of another image. | 51 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
dribnet/portrain-gan | A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
trevor-m/tensorflow-srgan | An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
karoly-hars/gan_image_colorizing | This project explores image colorization using generative adversarial networks on the CIFAR10 dataset. | 11 |
noelyahan/mergi | A Go library and command-line tool for manipulating images | 236 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
pixboost/transformimgs | An image transformation API that resizes and optimises images based on user input without requiring additional parameters. | 235 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |