Image-to-Image Translation Diffusion Models

Tools for translating images between domains, styles, or paired/unpaired datasets using GANs and neural networks. Does NOT include text-guided editing, style transfer as a standalone service, or general image generation from scratch.

There are 77 image-to-image translation models tracked. The highest-rated is PaddlePaddle/PaddleGAN at 49/100 with 8,065 stars.

Get all 77 projects as JSON

curl "https://pt-edge.onrender.com/api/v1/datasets/quality?domain=diffusion&subcategory=image-to-image-translation&limit=20"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.

# Model Score Tier
1 PaddlePaddle/PaddleGAN

PaddlePaddle GAN library, including lots of interesting applications like...

49
Emerging
2 yunjey/domain-transfer-network

TensorFlow Implementation of Unsupervised Cross-Domain Image Generation

44
Emerging
3 taesungp/contrastive-unpaired-translation

Contrastive unpaired image-to-image translation, faster and lighter training...

43
Emerging
4 tohinz/ConSinGAN

PyTorch implementation of "Improved Techniques for Training Single-Image...

41
Emerging
5 sagiebenaim/DistanceGAN

Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017

40
Emerging
6 weihaox/awesome-image-translation

Collection of awesome resources on image-to-image translation.

40
Emerging
7 ZPdesu/SEAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)

40
Emerging
8 JIA-Lab-research/outpainting_srn

Wide-Context Semantic Image Extrapolation, CVPR2019

39
Emerging
9 OpenGVLab/DragGAN

Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive...

38
Emerging
10 kkanshul/finegan

FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object...

38
Emerging
11 Ha0Tang/XingGAN

[ECCV 2020] XingGAN for Person Image Generation

38
Emerging
12 JunlinHan/DCLGAN

Code for Dual Contrastive Learning for Unsupervised Image-to-Image...

38
Emerging
13 bryandlee/stylegan2-encoder-pytorch

PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2

37
Emerging
14 onion-liu/BlendGAN

Official PyTorch implementation of "BlendGAN: Implicitly GAN Blending for...

36
Emerging
15 bryandlee/FreezeG

Freezing generator for pseudo image translation

36
Emerging
16 kvmanohar22/img2imgGAN

Implementation of the paper : "Toward Multimodal Image-to-Image Translation"

36
Emerging
17 vandit15/Self-Supervised-Gans-Pytorch

Ready to train Pytorch implementation of the CVPR'19 paper "Self-Supervised...

36
Emerging
18 EndlessSora/TSIT

[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation

36
Emerging
19 xcyan/neurips18_hierchical_image_manipulation

Pytorch Implementation of NeurIPS'18 paper on Generative Image Manipulation...

36
Emerging
20 Xiaoming-Yu/DMIT

Multi-mapping Image-to-Image Translation via Learning Disentanglement. NeurIPS2019

35
Emerging
21 corenel/pytorch-glow

PyTorch implementation of "Glow: Generative Flow with Invertible 1x1 Convolutions"

35
Emerging
22 blueGorae/DynaGAN

DynaGAN: Dynamic Few-shot Adaptation of GANs to Multiple Domains (SIGGRAPH Asia 2022)

34
Emerging
23 matlab-deep-learning/pix2pix

Image to Image Translation Using Generative Adversarial Networks

34
Emerging
24 Ha0Tang/GestureGAN

[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild

34
Emerging
25 ehsanik/SeGAN

SeGAN: Segmenting and Generating the Invisible (https://arxiv.org/pdf/1703.10239.pdf)

34
Emerging
26 sagiebenaim/OneShotTranslation

Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018

34
Emerging
27 Tandon-A/Image-Editing-using-GAN

Developing an image editing application to edit images to have a desired...

33
Emerging
28 yitong91/StoryGAN

StoryGAN: A Sequential Conditional GAN for Story Visualization

33
Emerging
29 Ha0Tang/BiGraphGAN

[BMVC 2020 Oral] Bipartite Graph Reasoning GANs for Person Image Generation

33
Emerging
30 vtddggg/BilinearGAN_for_LBIE

The implementation of our paper: Bilinear Representation for Language-Based...

32
Emerging
31 google/lecam-gan

Regularizing Generative Adversarial Networks under Limited Data (CVPR 2021)

32
Emerging
32 PangzeCheung/Dual-task-Pose-Transformer-Network

[CVPR 2022] Exploring Dual-task Correlation for Pose Guided Person Image Generation

32
Emerging
33 Ha0Tang/LGGAN

[CVPR 2020] Local Class-Specific and Global Image-Level Generative...

32
Emerging
34 PITI-Synthesis/PITI

PITI: Pretraining is All You Need for Image-to-Image Translation

32
Emerging
35 rish-16/CycleGANsformer

Unpaired Image-to-Image Translation with Transformer-based GANs in PyTorch [WIP]

31
Emerging
36 HuiDingUMD/ExprGAN

Facial Expression Editing with Controllable Expression Intensity

31
Emerging
37 YangNaruto/FQ-GAN

Official implementation of FQ-GAN

30
Emerging
38 Tandon-A/CycleGAN_ssim

Comparing different similarity functions for reconstruction of image on...

30
Emerging
39 Ha0Tang/AsymmetricGAN

[ACCV 2018 Oral] Dual Generator Generative Adversarial Networks for...

30
Emerging
40 rish-16/TransGAN-PyTorch

[WIP] PyTorch implementation of the TransGAN paper

29
Experimental
41 MingwangLin/cyclegan-keras

keras implementation of cycle-gan

29
Experimental
42 wkentaro/chainer-cyclegan

Chainer implementation of "Unpaired Image-to-Image Translation using...

29
Experimental
43 val-iisc/gSRGAN

[ECCV2022] Source Code for "Improving GANs for Long-Tailed Data through...

28
Experimental
44 omerbsezer/TimeSeries2DBarChartImageCNN

Conversion of the time series values to 2-D stock bar chart images and...

28
Experimental
45 yhlleo/TriangleGAN

TriangleGAN, ACM MM 2019.

28
Experimental
46 ZhangGongjie/CycleGAN-Pytorch

Minimum Implementation of CycleGAN in PyTorch -- Generating Wintery Scenery...

28
Experimental
47 tatsuyah/CycleGAN-Models

Models generated by CycleGAN

28
Experimental
48 Blade6570/Learningimage-to-imagetranslationusingpairedandunpairedtrainingsamples

Learning image-to-image translation using paired and unpaired training samples

27
Experimental
49 Ha0Tang/C2GAN

[ACM MM 2019 Oral] Cycle In Cycle Generative Adversarial Networks for...

27
Experimental
50 yiranran/QMUPD

Code for TPAMI "Quality Metric Guided Portrait Line Drawing Generation from...

27
Experimental
51 AiArt-Gao/MATEBIT

[CVPR'23] Masked and Adaptive Transformer for Exemplar Based Image...

26
Experimental
52 omar-abdelgawad/image2image

Seminar project Unsupervised Image-to-Image translation using GANs

26
Experimental
53 0zgur0/Sequential-Scene-GAN

[AAAI 2019] A Layer-Based Sequential Framework for Scene Generation with GANs

25
Experimental
54 vamsi3/pix2pix

An implementation of the the paper "Image-to-Image Translation with...

24
Experimental
55 japgarrido/pix2pix_image-generation

This project implements an image-to-image translation model using the...

24
Experimental
56 kangig94/TF2-Image-Generation

Tensorflow2 reimplementation of image generation model (GAN, Style Transfer,...

23
Experimental
57 cryu854/SinGAN

"SinGAN : Learning a Generative Model from a Single Natural Image" in TensorFlow 2

23
Experimental
58 rwang97/skyline-image-generation

Skyline Image Generation in PyTorch

23
Experimental
59 ZhuravLi/pytorch-CycleGAN

My implementation of CycleGAN using PyTorch

23
Experimental
60 ChenglongChen/tensorflow-DTN

A Tensorflow implementation of Domain Transfer Network.

22
Experimental
61 XuyangGuo/CtrlHair

Controllable Hair Editing (ECCV 2022)

22
Experimental
62 kaledhoshme123/VAE-CycleGAN-MRI-CT-Scan-Images

The study works on generating CT images from MRI images, where unsupervised...

20
Experimental
63 VinAIResearch/QC-StyleGAN

QC-StyleGAN - Quality Controllable Image Generation and Manipulation (NeurIPS 2022)

20
Experimental
64 wkentaro/chainer-bicyclegan

Chainer implementation of "Toward Multimodal Image-to-Image Translation".

18
Experimental
65 RuiyangJu/Efficient_Document_Image_Binarization

[APSIPA ASC 2025] MFE-GAN: Efficient GAN-based Framework for Document Image...

18
Experimental
66 scksh/Thermal-CycleGAN

Image-to-Image Translation in PyTorch

17
Experimental
67 XuyangGuo/STD-GAN

Instance-level Facial Attributes Editing (CVIU 2021)

17
Experimental
68 Btlmd/jittor-GAN-jittor_TSIT

A jittor implementation of TSIT for jittor AI contest.

16
Experimental
69 burklight/GANcedonia

Implementation of a cycle consistency GAN for object transfiguration applied...

15
Experimental
70 NilouAp/StyleGAN_for_Face_Frontalization

Identity-Preserving Face Frontalization with StyleGAN on CMU Multi-PIE

15
Experimental
71 raven38/image_edit

Demos of neural image editing

13
Experimental
72 devesh1611singh/Cycle-WGAN

CycleGANs suffer from mode collapse and semantic errors. Two models -...

13
Experimental
73 khanovico/cifar-TrGAN-torch

CIFAR10 image generation using fully-transformer-GAN with pytorch

12
Experimental
74 nekitmm/StyleGan2

Unofficial implementation of StyleGan2 paper

12
Experimental
75 xup6fup/MxNetR-CycleGAN

A model that can translate image from domain A to domain B.

12
Experimental
76 MoshPe/InpaintGAN

Generate image inpainting with adversarial edge learning

11
Experimental
77 sfwyly/UNIT

Reproducing "Unsupervised Image-to-Image Translation Networks" by tensorflow 2.0

11
Experimental