For convolutional generative models, the strongest matches are nvlabs/stylegan2 (StyleGAN2 is a convolutional generative adversarial network built for), nvlabs/stylegan3 (StyleGAN3 is a PyTorch-based generative adversarial network that delivers) and goodfeli/adversarial (This repository is the foundational implementation of generative adversarial). eriklindernoren/keras-gan and opengvlab/draggan round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Explore the best open-source convolutional generative adversarial networks. Compare top repos by stars and activity, and find the right one.
StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag
StyleGAN2 is a convolutional generative adversarial network built for high-resolution image synthesis and latent space manipulation, making it a definitive match for this search.
StyleGAN3 is a PyTorch implementation of a generative adversarial network designed for high-fidelity image synthesis. It functions as an image synthesis model and a deep learning research tool used to train and deploy networks that generate realistic synthetic imagery from custom datasets. The project is specifically an alias-free generative model, utilizing an architecture that eliminates jagged artifacts to produce smooth translational and rotational image sequences. This enables the creation of alias-free videos and the generation of high-resolution photos without visual distortions. The
StyleGAN3 is a PyTorch-based generative adversarial network that delivers high-fidelity image synthesis and latent space manipulation, fitting the requested deep generative model category.
This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research. The framework includes a Parzen density likelihood estimator to calculate model log likelihood. This allows for the quantitative evaluation of generative distributions and the measurement of overall model performance. The codebase covers machine learning research capabilities, focusing on the training of adversarial networks
This repository is the foundational implementation of generative adversarial networks, providing the exact framework and tools for adversarial training and image synthesis that this search targets.
Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge
This repository provides a diverse collection of Keras-based generative adversarial networks that implement image generation, super-resolution, and latent space manipulation using convolutional neural networks, though it serves as a collection of educational implementations rather than a unified production framework.
DragGAN is an interactive generative image editor and manipulator that allows users to reshape visual output by moving handle points on a generative network manifold. It functions as a tool for point-based image editing, mapping user-defined coordinate shifts to a generative model's latent space to deform images. The system includes a generative image inversion tool that converts real photographs into latent representations. This process enables the interactive manipulation of non-generated content by bringing real-world images into a compatible format for the generative adversarial network.
DragGAN is a convolutional generative model repository focused on interactive image generation and latent space manipulation using GANs, though it specifically implements point-based editing rather than a full training framework.
This is a library of generative model architectures built using the TensorFlow framework. It provides implementations for producing synthetic data and realistic images, specifically focusing on Variational Autoencoders and various Generative Adversarial Network variants. The collection includes specific GAN architectures such as WGAN-GP, LSGAN, InfoGAN, and EBGAN. It also features Variational Autoencoders designed to learn latent representations and synthesize new samples from learned distributions. The project covers image processing pipelines for normalizing and cropping data, as well as a
This repository provides implementations of convolutional deep generative models like GANs and Variational Autoencoders in TensorFlow, making it a relevant collection for image generation and latent space manipulation despite lacking explicit pretrained weights.
StyleGAN is a TensorFlow-based generative adversarial network framework designed for the synthesis of high-resolution synthetic imagery. It utilizes a style-based generator architecture to create realistic visual assets from latent vectors, focusing on the production of high-fidelity images. The system incorporates style mixing and stochastic noise injection to control visual attributes and fine-grained details. It uses adaptive instance normalization and progressive resolution upsampling to manage image quality and variety across different resolutions. The framework covers the full lifecycl
StyleGAN is a foundational deep generative model framework built around convolutional neural networks that provides adversarial training, latent space manipulation, and pretrained weights for high-resolution image generation.
iGAN is a framework for producing synthetic images using generative adversarial networks. It provides a web-based interface for interactively creating and editing imagery across categories such as landscapes, architecture, and fashion using pre-trained models. The system enables precise control over visual output through latent space exploration, interpolation, and projection. Users can guide the generative process using an interactive editor featuring sketching, coloring, and warping brushes to refine specific regions or shapes in real-time. The project supports both automated scripted gene
This framework uses generative adversarial networks for interactive image generation and latent space manipulation, closely aligning with the requested deep generative model tasks even though it focuses specifically on interactive editing interfaces rather than training architectures.
Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions. The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. I
Stable Diffusion is a latent diffusion model framework that performs iterative denoising for image generation and synthesis, directly fitting the category even though it relies on diffusion rather than adversarial training.
mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp
This repository provides a comprehensive framework and training pipeline for generative AI and visual synthesis, fully supporting image generation, adversarial training, latent space manipulation, and pretrained models.
TecoGAN is a generative adversarial network designed for video super-resolution. It functions as a spatio-temporal video upscaler that increases the resolution of video sequences while reconstructing high-quality imagery from lower-resolution inputs. The system utilizes a temporal coherence framework to ensure visual stability and reduce flickering in generated frames. It achieves this by employing spatio-temporal discriminators that evaluate both individual frame quality and movement consistency. The project covers the training and optimization of generative adversarial networks, specifical
This repository provides a generative adversarial network for video super-resolution, fitting the deep generative model category and supporting image-to-image enhancement tasks even though it focuses on video rather than still image generation.
SPADE is a semantic image synthesis framework and generative adversarial network designed to transform semantic label maps into photorealistic images. It uses a spatially-adaptive normalization model to modulate activations based on semantic maps, ensuring that spatial layouts and details are preserved throughout the synthesis process. The project enables the generation of diverse image variations from a single semantic layout by integrating variational autoencoders and latent vector style control. These mechanisms allow for the adjustment of visual appearances and textures while keeping the
SPADE is a convolutional generative model built for semantic image synthesis and adversarial training, utilizing a variational autoencoder architecture and latent space manipulation to transform semantic maps into photorealistic images.
This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating synthetic data and modeling complex probability distributions. It serves as a multi-framework repository of deep learning models designed for learning and replicating data patterns. The project provides specialized implementation suites for several generative architectures. This includes Generative Adversarial Networks using competing generator and discriminator models, Variational Autoencoder frameworks that map data to a latent space, and Restricted Boltzmann Machine and Deep
This repository provides implementations of convolutional generative models like GANs and VAEs using PyTorch and TensorFlow, though it focuses more on educational code collections rather than a unified pretrained framework.
This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator
This repository provides a PyTorch implementation for image-to-image translation using adversarial training, fitting the generative model category well despite lacking explicit pretrained weights.
PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m
PyTorch-GAN provides a comprehensive collection of modular implementations for generative adversarial networks using deep learning, making it a strong tool for tasks like image generation and super-resolution although it functions as a research toolkit rather than a standalone end-user application.
DragGAN is an interactive generative AI editor and GAN image editing tool designed for modifying the shape and structure of objects within images. It functions as a latent space manipulator that enables precise geometric and appearance editing by transforming images into editable latent codes. The system provides a web-based visual dashboard for real-time manipulation. Users can change the appearance of generated objects through an interactive point-based dragging interface, utilizing a process where source and target coordinates drive the optimization of the generative model. The project in
DragGAN is a convolutional generative model repository focused on interactive GAN-based image manipulation and latent space editing, though it lacks built-in training code for adversarial training or pretrained weights.
Real-ESRGAN is a deep learning restoration pipeline designed to enhance low-resolution media and improve the visual quality of damaged photographs. It functions as a generative image upscaler that reconstructs high-resolution details from source inputs by utilizing neural networks trained to fill in missing information and remove noise. The project distinguishes itself as a blind super-resolution tool, meaning it improves image sharpness and fidelity without requiring prior knowledge of the specific degradation applied to the source. It employs high-order degradation modeling to address compl
Real-ESRGAN is a deep learning-based image restoration pipeline that utilizes generative adversarial principles and convolutional neural networks for super-resolution, though it focuses on upscaling rather than general image generation or latent space manipulation.
Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie
Latent Diffusion is a deep generative model framework that uses encoder-decoder architectures and latent space manipulation for high-resolution image synthesis, matching the core search intent despite lacking explicit adversarial training.
This is a TensorFlow implementation of the Deep Convolutional Generative Adversarial Network (DCGAN) architecture, providing a framework for training generative models that produce synthetic images from random noise vectors. The project implements the core DCGAN design, using transposed convolutions for upsampling, batch normalization for training stability, and leaky ReLU activations in the discriminator, all executed as static TensorFlow computation graphs. The implementation supports training on custom image datasets by accepting user-supplied image folders without requiring a predefined f
This is a TensorFlow implementation of deep convolutional generative adversarial networks that supports image generation, adversarial training, and latent space manipulation, though it lacks a full encoder-decoder architecture and readily available pretrained weights.
ControlNet is a framework for structural image generation that extends pre-trained diffusion models with neural network architectures designed for precise spatial control. By injecting structural guidance directly into the latent-space denoising process, the system enables users to enforce geometric or semantic constraints on generated outputs while maintaining style consistency. The framework distinguishes itself through a weight-locked copying mechanism that preserves the integrity of the original model while introducing new control signals. It supports multi-condition synthesis, allowing f
ControlNet is a specialized deep learning framework for structural image generation that uses zero-convolutional layers and latent conditioning to enable precise spatial control over pre-trained diffusion models, aligning closely with the requested generative tasks.
Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu
This repository provides a comprehensive deep learning framework and modular toolkit for image generation and latent space manipulation using diffusion architectures, though it uses diffusion models rather than traditional convolutional adversarial networks.
Magenta is an AI creative suite and TensorFlow generative art framework used to train and deploy models for the production of artistic media. It functions as a generative music library and a deep learning art generator, providing tools to automate the creation of original musical compositions and visual artwork. The project covers AI music composition and generative visual art through neural art generation and machine learning creativity. It enables the training of generative models to produce original songs, images, and drawings based on learned patterns.
Magenta is a generative art framework and machine learning toolkit for producing artistic media, though it focuses more on creative audio and visual tasks rather than strictly convolutional generative models for images.
StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and image-to-image transformations. It utilizes a multi-stage cascade architecture that encodes and decodes images via a latent space to produce high-fidelity visual imagery. The system includes a cascade diffusion pipeline for controlling image structure through inpainting, outpainting, and super-resolution. It also provides a toolkit for image-to-image generation and the creation of image variations using embeddings. The framework supports model optimization through low-rank adaptati
StableCascade is a deep generative model framework that uses latent space encoding and decoding for image generation and super-resolution, fitting the category well despite relying on diffusion rather than purely convolutional architectures.
This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets. It provides a modular environment for managing generative AI training pipelines, including the handling of datasets, noise sampling, and loss weighting to stabilize the creation of synthetic content. The project features a modular model configuration system that uses YAML-based assembly to define network submodules and conditioners. It also includes a dedicated toolset for AI image watermarking, allowing for the embedding and detection of invisible markers to verify the origi
This repository provides a robust framework for training and sampling high-fidelity generative models with latent conditioning and deep learning pipelines, though it focuses on diffusion models rather than traditional convolutional architectures.
Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It provides a system for executing open-weight models to transform natural language descriptions into visual imagery or to modify existing images. The project distinguishes itself through a flow-matching framework for image generation and a structural image controller. This controller allows for guided synthesis by using depth maps and Canny edge detection to constrain the geometry and composition of the output. The toolkit covers a broad range of image editing capabilities, incl
Flux is a text-to-image diffusion model inference engine that handles image generation and editing tasks, though its modern flow-matching architecture diverges from the traditional convolutional generative models requested.
This project is a framework for training and sampling generative models designed to produce high-quality images in few steps. It provides implementations for image generation models that transform random noise into structured visual data through an optimized sampling process. The system specializes in accelerating image generation through consistency distillation and consistency training. It includes tools to transform pre-trained diffusion models into faster versions by distilling knowledge from a teacher model into a student model, as well as methods to train consistency models from scratch
This repository provides a framework for training and sampling advanced generative image models, though it uses consistency models rather than traditional convolutional adversarial networks.
Collection of generative models in Pytorch version.
This repository provides a collection of PyTorch implementations for various deep generative models, including convolutional architectures for image generation, though it lacks pretrained weights out of the box.
| Repositorio | Estrellas | Lenguaje | Licencia | Último push |
|---|---|---|---|---|
| nvlabs/stylegan2 | 11.2K | Python | NOASSERTION | |
| nvlabs/stylegan3 | 6.9K | Python | NOASSERTION | |
| goodfeli/adversarial | 4.1K | Python | BSD-3-Clause | |
| eriklindernoren/keras-gan | 9.2K | Python | MIT | |
| opengvlab/draggan | 5K | Python | — | |
| hwalsuklee/tensorflow-generative-model-collections | 3.9K | Python | Apache-2.0 | |
| nvlabs/stylegan | 14.4K | Python | NOASSERTION | |
| junyanz/igan | 4K | Python | MIT | |
| compvis/stable-diffusion | 73.1K | Jupyter Notebook | NOASSERTION | |
| open-mmlab/mmagic | 7.4K | Jupyter Notebook | Apache-2.0 |