junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
This project helps you transform images from one style or domain to another, like turning horses into zebras or architectural outlines into photorealistic buildings. You provide a collection of images in one style, and it outputs corresponding images in a different style. This is ideal for artists, designers, researchers, or anyone needing to generate diverse image variations or augment datasets.
25,013 stars. No commits in the last 6 months.
Use this if you need to translate images between two distinct visual styles or domains, with or without perfectly matched example pairs.
Not ideal if you require extremely high-speed, real-time image generation or are looking for a simple, no-code graphical user interface.
Stars
25,013
Forks
6,571
Language
Python
License
—
Category
Last pushed
Aug 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/junyanz/pytorch-CycleGAN-and-pix2pix"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
tmabraham/UPIT
A fastai/PyTorch package for unpaired image-to-image translation.