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... |
|
Emerging |
| 2 |
yunjey/domain-transfer-network
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation |
|
Emerging |
| 3 |
taesungp/contrastive-unpaired-translation
Contrastive unpaired image-to-image translation, faster and lighter training... |
|
Emerging |
| 4 |
tohinz/ConSinGAN
PyTorch implementation of "Improved Techniques for Training Single-Image... |
|
Emerging |
| 5 |
sagiebenaim/DistanceGAN
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017 |
|
Emerging |
| 6 |
weihaox/awesome-image-translation
Collection of awesome resources on image-to-image translation. |
|
Emerging |
| 7 |
ZPdesu/SEAN
SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral) |
|
Emerging |
| 8 |
JIA-Lab-research/outpainting_srn
Wide-Context Semantic Image Extrapolation, CVPR2019 |
|
Emerging |
| 9 |
OpenGVLab/DragGAN
Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive... |
|
Emerging |
| 10 |
kkanshul/finegan
FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object... |
|
Emerging |
| 11 |
Ha0Tang/XingGAN
[ECCV 2020] XingGAN for Person Image Generation |
|
Emerging |
| 12 |
JunlinHan/DCLGAN
Code for Dual Contrastive Learning for Unsupervised Image-to-Image... |
|
Emerging |
| 13 |
bryandlee/stylegan2-encoder-pytorch
PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2 |
|
Emerging |
| 14 |
onion-liu/BlendGAN
Official PyTorch implementation of "BlendGAN: Implicitly GAN Blending for... |
|
Emerging |
| 15 |
bryandlee/FreezeG
Freezing generator for pseudo image translation |
|
Emerging |
| 16 |
kvmanohar22/img2imgGAN
Implementation of the paper : "Toward Multimodal Image-to-Image Translation" |
|
Emerging |
| 17 |
vandit15/Self-Supervised-Gans-Pytorch
Ready to train Pytorch implementation of the CVPR'19 paper "Self-Supervised... |
|
Emerging |
| 18 |
EndlessSora/TSIT
[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation |
|
Emerging |
| 19 |
xcyan/neurips18_hierchical_image_manipulation
Pytorch Implementation of NeurIPS'18 paper on Generative Image Manipulation... |
|
Emerging |
| 20 |
Xiaoming-Yu/DMIT
Multi-mapping Image-to-Image Translation via Learning Disentanglement. NeurIPS2019 |
|
Emerging |
| 21 |
corenel/pytorch-glow
PyTorch implementation of "Glow: Generative Flow with Invertible 1x1 Convolutions" |
|
Emerging |
| 22 |
blueGorae/DynaGAN
DynaGAN: Dynamic Few-shot Adaptation of GANs to Multiple Domains (SIGGRAPH Asia 2022) |
|
Emerging |
| 23 |
matlab-deep-learning/pix2pix
Image to Image Translation Using Generative Adversarial Networks |
|
Emerging |
| 24 |
Ha0Tang/GestureGAN
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild |
|
Emerging |
| 25 |
ehsanik/SeGAN
SeGAN: Segmenting and Generating the Invisible (https://arxiv.org/pdf/1703.10239.pdf) |
|
Emerging |
| 26 |
sagiebenaim/OneShotTranslation
Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018 |
|
Emerging |
| 27 |
Tandon-A/Image-Editing-using-GAN
Developing an image editing application to edit images to have a desired... |
|
Emerging |
| 28 |
yitong91/StoryGAN
StoryGAN: A Sequential Conditional GAN for Story Visualization |
|
Emerging |
| 29 |
Ha0Tang/BiGraphGAN
[BMVC 2020 Oral] Bipartite Graph Reasoning GANs for Person Image Generation |
|
Emerging |
| 30 |
vtddggg/BilinearGAN_for_LBIE
The implementation of our paper: Bilinear Representation for Language-Based... |
|
Emerging |
| 31 |
google/lecam-gan
Regularizing Generative Adversarial Networks under Limited Data (CVPR 2021) |
|
Emerging |
| 32 |
PangzeCheung/Dual-task-Pose-Transformer-Network
[CVPR 2022] Exploring Dual-task Correlation for Pose Guided Person Image Generation |
|
Emerging |
| 33 |
Ha0Tang/LGGAN
[CVPR 2020] Local Class-Specific and Global Image-Level Generative... |
|
Emerging |
| 34 |
PITI-Synthesis/PITI
PITI: Pretraining is All You Need for Image-to-Image Translation |
|
Emerging |
| 35 |
rish-16/CycleGANsformer
Unpaired Image-to-Image Translation with Transformer-based GANs in PyTorch [WIP] |
|
Emerging |
| 36 |
HuiDingUMD/ExprGAN
Facial Expression Editing with Controllable Expression Intensity |
|
Emerging |
| 37 |
YangNaruto/FQ-GAN
Official implementation of FQ-GAN |
|
Emerging |
| 38 |
Tandon-A/CycleGAN_ssim
Comparing different similarity functions for reconstruction of image on... |
|
Emerging |
| 39 |
Ha0Tang/AsymmetricGAN
[ACCV 2018 Oral] Dual Generator Generative Adversarial Networks for... |
|
Emerging |
| 40 |
rish-16/TransGAN-PyTorch
[WIP] PyTorch implementation of the TransGAN paper |
|
Experimental |
| 41 |
MingwangLin/cyclegan-keras
keras implementation of cycle-gan |
|
Experimental |
| 42 |
wkentaro/chainer-cyclegan
Chainer implementation of "Unpaired Image-to-Image Translation using... |
|
Experimental |
| 43 |
val-iisc/gSRGAN
[ECCV2022] Source Code for "Improving GANs for Long-Tailed Data through... |
|
Experimental |
| 44 |
omerbsezer/TimeSeries2DBarChartImageCNN
Conversion of the time series values to 2-D stock bar chart images and... |
|
Experimental |
| 45 |
yhlleo/TriangleGAN
TriangleGAN, ACM MM 2019. |
|
Experimental |
| 46 |
ZhangGongjie/CycleGAN-Pytorch
Minimum Implementation of CycleGAN in PyTorch -- Generating Wintery Scenery... |
|
Experimental |
| 47 |
tatsuyah/CycleGAN-Models
Models generated by CycleGAN |
|
Experimental |
| 48 |
Blade6570/Learningimage-to-imagetranslationusingpairedandunpairedtrainingsamples
Learning image-to-image translation using paired and unpaired training samples |
|
Experimental |
| 49 |
Ha0Tang/C2GAN
[ACM MM 2019 Oral] Cycle In Cycle Generative Adversarial Networks for... |
|
Experimental |
| 50 |
yiranran/QMUPD
Code for TPAMI "Quality Metric Guided Portrait Line Drawing Generation from... |
|
Experimental |
| 51 |
AiArt-Gao/MATEBIT
[CVPR'23] Masked and Adaptive Transformer for Exemplar Based Image... |
|
Experimental |
| 52 |
omar-abdelgawad/image2image
Seminar project Unsupervised Image-to-Image translation using GANs |
|
Experimental |
| 53 |
0zgur0/Sequential-Scene-GAN
[AAAI 2019] A Layer-Based Sequential Framework for Scene Generation with GANs |
|
Experimental |
| 54 |
vamsi3/pix2pix
An implementation of the the paper "Image-to-Image Translation with... |
|
Experimental |
| 55 |
japgarrido/pix2pix_image-generation
This project implements an image-to-image translation model using the... |
|
Experimental |
| 56 |
kangig94/TF2-Image-Generation
Tensorflow2 reimplementation of image generation model (GAN, Style Transfer,... |
|
Experimental |
| 57 |
cryu854/SinGAN
"SinGAN : Learning a Generative Model from a Single Natural Image" in TensorFlow 2 |
|
Experimental |
| 58 |
rwang97/skyline-image-generation
Skyline Image Generation in PyTorch |
|
Experimental |
| 59 |
ZhuravLi/pytorch-CycleGAN
My implementation of CycleGAN using PyTorch |
|
Experimental |
| 60 |
ChenglongChen/tensorflow-DTN
A Tensorflow implementation of Domain Transfer Network. |
|
Experimental |
| 61 |
XuyangGuo/CtrlHair
Controllable Hair Editing (ECCV 2022) |
|
Experimental |
| 62 |
kaledhoshme123/VAE-CycleGAN-MRI-CT-Scan-Images
The study works on generating CT images from MRI images, where unsupervised... |
|
Experimental |
| 63 |
VinAIResearch/QC-StyleGAN
QC-StyleGAN - Quality Controllable Image Generation and Manipulation (NeurIPS 2022) |
|
Experimental |
| 64 |
wkentaro/chainer-bicyclegan
Chainer implementation of "Toward Multimodal Image-to-Image Translation". |
|
Experimental |
| 65 |
RuiyangJu/Efficient_Document_Image_Binarization
[APSIPA ASC 2025] MFE-GAN: Efficient GAN-based Framework for Document Image... |
|
Experimental |
| 66 |
scksh/Thermal-CycleGAN
Image-to-Image Translation in PyTorch |
|
Experimental |
| 67 |
XuyangGuo/STD-GAN
Instance-level Facial Attributes Editing (CVIU 2021) |
|
Experimental |
| 68 |
Btlmd/jittor-GAN-jittor_TSIT
A jittor implementation of TSIT for jittor AI contest. |
|
Experimental |
| 69 |
burklight/GANcedonia
Implementation of a cycle consistency GAN for object transfiguration applied... |
|
Experimental |
| 70 |
NilouAp/StyleGAN_for_Face_Frontalization
Identity-Preserving Face Frontalization with StyleGAN on CMU Multi-PIE |
|
Experimental |
| 71 |
raven38/image_edit
Demos of neural image editing |
|
Experimental |
| 72 |
devesh1611singh/Cycle-WGAN
CycleGANs suffer from mode collapse and semantic errors. Two models -... |
|
Experimental |
| 73 |
khanovico/cifar-TrGAN-torch
CIFAR10 image generation using fully-transformer-GAN with pytorch |
|
Experimental |
| 74 |
nekitmm/StyleGan2
Unofficial implementation of StyleGan2 paper |
|
Experimental |
| 75 |
xup6fup/MxNetR-CycleGAN
A model that can translate image from domain A to domain B. |
|
Experimental |
| 76 |
MoshPe/InpaintGAN
Generate image inpainting with adversarial edge learning |
|
Experimental |
| 77 |
sfwyly/UNIT
Reproducing "Unsupervised Image-to-Image Translation Networks" by tensorflow 2.0 |
|
Experimental |