awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Generative adversarial networks

Clasificación actualizada el 6 ago 2026

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.

Generative adversarial networks

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nvlabs/stylegan2Avatar de NVlabs

    NVlabs/stylegan2

    11,186Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksImage GenerationAdversarial Loss Functions
    Ver en GitHub↗11,186
  • nvlabs/stylegan3Avatar de NVlabs

    NVlabs/stylegan3

    6,929Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksImage GenerationImage Synthesis Models
    Ver en GitHub↗6,929
  • goodfeli/adversarialAvatar de goodfeli

    goodfeli/adversarial

    4,074Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksGenerative Adversarial NetworksImage Synthesis
    Ver en GitHub↗4,074
  • eriklindernoren/keras-ganAvatar de eriklindernoren

    eriklindernoren/Keras-GAN

    9,206Ver en GitHub↗

    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.

    PythonEncoder-Decoder ArchitecturesGenerative Adversarial NetworksAdversarial Loss Functions
    Ver en GitHub↗9,206
  • opengvlab/dragganAvatar de OpenGVLab

    OpenGVLab/DragGAN

    4,952Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksImage GenerationLatent Space Manipulations
    Ver en GitHub↗4,952
  • hwalsuklee/tensorflow-generative-model-collectionsAvatar de hwalsuklee

    hwalsuklee/tensorflow-generative-model-collections

    3,922Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksLatent Space ManipulationsLatent Space Disentanglement
    Ver en GitHub↗3,922
  • nvlabs/styleganAvatar de NVlabs

    NVlabs/stylegan

    14,412Ver en GitHub↗

    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.

    PythonLatent Space Generative Models
    Ver en GitHub↗14,412
  • junyanz/iganAvatar de junyanz

    junyanz/iGAN

    4,007Ver en GitHub↗

    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.

    PythonLatent Space ManipulationsImage SynthesisLatent Space Interpolations
    Ver en GitHub↗4,007
  • compvis/stable-diffusionAvatar de CompVis

    CompVis/stable-diffusion

    73,125Ver en GitHub↗

    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.

    Jupyter NotebookImage Synthesis ModelsLatent Space Generative Models
    Ver en GitHub↗73,125
  • open-mmlab/mmagicAvatar de open-mmlab

    open-mmlab/mmagic

    7,434Ver en GitHub↗

    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.

    Jupyter NotebookEncoder-Decoder ArchitecturesGAN Training Loops
    Ver en GitHub↗7,434
  • thunil/tecoganAvatar de thunil

    thunil/TecoGAN

    6,147Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksGenerative Adversarial Networks
    Ver en GitHub↗6,147
  • nvlabs/spadeAvatar de NVlabs

    NVlabs/SPADE

    7,718Ver en GitHub↗

    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.

    PythonSpatially-Adaptive NormalizationAdaptive Instance NormalizationGenerative Adversarial Architectures
    Ver en GitHub↗7,718
  • wiseodd/generative-modelsAvatar de wiseodd

    wiseodd/generative-models

    7,497Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksGenerative Adversarial Networks
    Ver en GitHub↗7,497
  • junyanz/pytorch-cyclegan-and-pix2pixAvatar de junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksAdversarial Loss Functions
    Ver en GitHub↗24,951
  • eriklindernoren/pytorch-ganAvatar de eriklindernoren

    eriklindernoren/PyTorch-GAN

    17,472Ver en GitHub↗

    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.

    PythonGenerative Adversarial NetworksLatent Space Generative Models
    Ver en GitHub↗17,472
  • xingangpan/dragganAvatar de XingangPan

    XingangPan/DragGAN

    35,822Ver en GitHub↗

    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.

    PythonLatent Space Generative Models
    Ver en GitHub↗35,822
  • xinntao/real-esrganAvatar de xinntao

    xinntao/Real-ESRGAN

    35,798Ver en GitHub↗

    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.

    PythonGenerative Adversarial Networks
    Ver en GitHub↗35,798
  • compvis/latent-diffusionAvatar de CompVis

    CompVis/latent-diffusion

    14,072Ver en GitHub↗

    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.

    Jupyter NotebookImage Generation
    Ver en GitHub↗14,072
  • carpedm20/dcgan-tensorflowAvatar de carpedm20

    carpedm20/DCGAN-tensorflow

    7,185Ver en GitHub↗

    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.

    JavaScriptLatent Space Interpolations
    Ver en GitHub↗7,185
  • lllyasviel/controlnetAvatar de lllyasviel

    lllyasviel/ControlNet

    33,942Ver en GitHub↗

    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.

    PythonDiffusion Conditioning ArchitecturesGenerative Model Training ToolsStructural Guidance
    Ver en GitHub↗33,942
  • huggingface/diffusersAvatar de huggingface

    huggingface/diffusers

    33,872Ver en GitHub↗

    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.

    PythonDiffusion PipelinesText-to-Image GeneratorsCustom Diffusion Model Training
    Ver en GitHub↗33,872
  • tensorflow/magentaAvatar de tensorflow

    tensorflow/magenta

    19,797Ver en GitHub↗

    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.

    PythonGenerative Music AgentsAI Creative SuitesAI Music Composition
    Ver en GitHub↗19,797
  • stability-ai/stablecascadeAvatar de Stability-AI

    Stability-AI/StableCascade

    6,548Ver en GitHub↗

    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.

    Jupyter NotebookLatent Diffusion ModelsCascaded PipelinesCascading Decoders
    Ver en GitHub↗6,548
  • stability-ai/generative-modelsAvatar de Stability-AI

    Stability-AI/generative-models

    27,189Ver en GitHub↗

    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.

    PythonDiffusion ModelsLatent Diffusion ModelsDiffusion Process Conditioners
    Ver en GitHub↗27,189
  • black-forest-labs/fluxAvatar de black-forest-labs

    black-forest-labs/flux

    25,637Ver en GitHub↗

    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.

    PythonDiffusion ModelsText-to-Image GeneratorsAdapter-Based Conditioning
    Ver en GitHub↗25,637
  • openai/consistency_modelsAvatar de openai

    openai/consistency_models

    6,492Ver en GitHub↗

    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.

    PythonConsistencyConsistency ModelsDiffusion Model Distillation
    Ver en GitHub↗6,492
  • znxlwm/pytorch-generative-model-collectionsAvatar de znxlwm

    znxlwm/pytorch-generative-model-collections

    2,630Ver en GitHub↗

    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.

    PythonGANs, VAEs, and AEsGenerative ModelsModel Implementations
    Ver en GitHub↗2,630
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
nvlabs/stylegan211.2KPythonNOASSERTION18 may 2024
nvlabs/stylegan36.9KPythonNOASSERTION12 sept 2023
goodfeli/adversarial4.1KPythonBSD-3-Clause25 may 2020
eriklindernoren/keras-gan9.2KPythonMIT12 dic 2022
opengvlab/draggan5KPython—17 jul 2023
hwalsuklee/tensorflow-generative-model-collections3.9KPythonApache-2.08 ago 2022
nvlabs/stylegan14.4KPythonNOASSERTION10 abr 2024
junyanz/igan4KPythonMIT5 ago 2020
compvis/stable-diffusion73.1KJupyter NotebookNOASSERTION18 jun 2024
open-mmlab/mmagic7.4KJupyter NotebookApache-2.06 ago 2024

Related searches

  • an open source model for image generation
  • Generación de medios y difusión
  • an open source model for video generation
  • una herramienta de IA para generar modelos 3D
  • una herramienta para generar imágenes con Stable Diffusion
  • interfaz web para generación de imágenes con IA
  • toolkit para generación de música con IA
  • an open source model for code generation