awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hanzhanggit/stackgan

Open-source alternatives to StackGAN

30 open-source projects similar to hanzhanggit/stackgan, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best StackGAN alternative.

  • goodfeli/adversarialAvatar de goodfeli

    goodfeli/adversarial

    4,074Voir sur 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

    Python
    Voir sur GitHub↗4,074
  • nvlabs/stylegan2Avatar de NVlabs

    NVlabs/stylegan2

    11,186Voir sur 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

    Python
    Voir sur GitHub↗11,186
  • phillipi/pix2pixAvatar de phillipi

    phillipi/pix2pix

    10,644Voir sur GitHub↗

    pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic

    Lua
    Voir sur GitHub↗10,644

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • reedscot/icml2016Avatar de reedscot

    reedscot/icml2016

    911Voir sur GitHub↗

    Generative Adversarial Text-to-Image Synthesis

    Lua
    Voir sur GitHub↗911
  • hojonathanho/diffusionAvatar de hojonathanho

    hojonathanho/diffusion

    5,053Voir sur GitHub↗

    This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to train generative models to learn image data distributions through an iterative denoising process. The framework includes a generative model evaluation tool consisting of automated scripts used to measure the quality and accuracy of produced samples. The system covers model training pipelines and performance evaluation for generative diffusion models.

    Python
    Voir sur GitHub↗5,053
  • openai/dall-eAvatar de openai

    openai/DALL-E

    10,853Voir sur GitHub↗

    This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution imagery into discrete latent representations. It functions as an image autoencoder that encodes visual data into discrete codes and decodes those codes back into reconstructed images. The system utilizes a latent space image compressor to convert images into a compressed, discrete format. This allows for generative image synthesis and the analysis of image compression by transitioning between raw pixels and discrete code sequences. The implementation covers latent space visuali

    Python
    Voir sur GitHub↗10,853
  • reedscot/nips2016Avatar de reedscot

    reedscot/nips2016

    335Voir sur GitHub↗

    Learning What and Where to Draw

    Lua
    Voir sur GitHub↗335
  • nvlabs/styleganAvatar de NVlabs

    NVlabs/stylegan

    14,412Voir sur 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

    Python
    Voir sur GitHub↗14,412
  • martinarjovsky/wassersteinganAvatar de martinarjovsky

    martinarjovsky/WassersteinGAN

    3,243Voir sur GitHub↗

    Wasserstein GAN

    Python
    Voir sur GitHub↗3,243
  • openai/improved-ganAvatar de openai

    openai/improved-gan

    2,336Voir sur GitHub↗

    Code for the paper "Improved Techniques for Training GANs"

    Python
    Voir sur GitHub↗2,336
  • nvidia/pix2pixhdAvatar de NVIDIA

    NVIDIA/pix2pixHD

    6,920Voir sur GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    Voir sur GitHub↗6,920
  • tamarott/singanAvatar de tamarott

    tamarott/SinGAN

    3,347Voir sur GitHub↗

    Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"

    Python
    Voir sur GitHub↗3,347
  • paarthneekhara/text-to-imageAvatar de paarthneekhara

    paarthneekhara/text-to-image

    2,160Voir sur GitHub↗

    Text to image synthesis using thought vectors

    Python
    Voir sur GitHub↗2,160
  • junyanz/iganAvatar de junyanz

    junyanz/iGAN

    4,007Voir sur 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

    Python
    Voir sur GitHub↗4,007
  • yunjey/starganAvatar de yunjey

    yunjey/stargan

    5,292Voir sur GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    Voir sur GitHub↗5,292
  • hindupuravinash/the-gan-zooAvatar de hindupuravinash

    hindupuravinash/the-gan-zoo

    14,698Voir sur GitHub↗

    A list of all named GANs!

    Pythongangenerative-adversarial-networkmachine-learning
    Voir sur GitHub↗14,698
  • guim3/icganAvatar de Guim3

    Guim3/IcGAN

    284Voir sur GitHub↗

    Invertible conditional GANs for image editing

    Lua
    Voir sur GitHub↗284
  • evolving-ai-lab/ppgnE

    Evolving-AI-Lab/ppgn

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • taoxugit/attnganAvatar de taoxugit

    taoxugit/AttnGAN

    1,364Voir sur GitHub↗
    Python
    Voir sur GitHub↗1,364
  • junyanz/cycleganAvatar de junyanz

    junyanz/CycleGAN

    12,861Voir sur GitHub↗

    CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables the conversion of images between two distinct visual domains using datasets that do not require direct one-to-one matching examples. The project implements a deep learning style transfer tool capable of artistic style transfer, object transfiguration, and domain-to-domain conversion. It uses a dual-generator architecture and cycle-consistency loss to ensure that images translated to a target domain and back recover their original state. The framework covers core machine learnin

    Lua
    Voir sur GitHub↗12,861
  • lynnho/attgan-tensorflowAvatar de LynnHo

    LynnHo/AttGAN-Tensorflow

    612Voir sur GitHub↗

    TIP'19 AttGAN: Facial Attribute Editing by Only Changing What You Want

    Python
    Voir sur GitHub↗612
  • lucidrains/imagen-pytorchAvatar de lucidrains

    lucidrains/imagen-pytorch

    8,415Voir sur GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Pythonartificial-intelligencedeep-learningimagination-machine
    Voir sur GitHub↗8,415
  • kozistr/awesome-gansAvatar de kozistr

    kozistr/Awesome-GANs

    763Voir sur GitHub↗

    Awesome-GANs is a curated resource list and research repository focused on the development and evaluation of generative adversarial networks. It serves as a structured index for academic literature and open-source implementations dedicated to the creation of synthetic data generators. The project provides a framework for training competing neural networks to produce outputs that mimic the statistical properties of original datasets. It emphasizes the use of configuration-driven pipelines to manage model hyperparameters and dataset paths, facilitating reproducible research workflows and standa

    Pythonacganarxivbegan
    Voir sur GitHub↗763
  • nvlabs/stylegan2-ada-pytorchAvatar de NVlabs

    NVlabs/stylegan2-ada-pytorch

    4,477Voir sur GitHub↗

    This project is a PyTorch implementation of a generative adversarial network designed for high-resolution image synthesis. It provides an image synthesis model that produces realistic images from latent vectors and learned class conditions, supported by a latent space projection tool to find numerical vectors representing specific target images. The implementation features adaptive discriminator augmentation, a training technique used to prevent discriminator overfitting when training on limited image datasets. It also includes a generative model evaluation suite providing quantitative metric

    Python
    Voir sur GitHub↗4,477
  • tongyi-mai/z-imageAvatar de Tongyi-MAI

    Tongyi-MAI/Z-Image

    11,554Voir sur GitHub↗

    Z-Image is an AI image editing engine and generation framework designed for photorealistic synthesis and the refinement of diffusion models. It functions as a multilingual text-to-image renderer and a system for training custom foundation models to generate and edit visuals using natural language instructions. The project distinguishes itself through a reasoning-based prompt enhancer that expands simple descriptions into detailed visual instructions using a structured reasoning chain. It also features specialized capabilities for rendering high-quality Chinese and English typography within ge

    Python
    Voir sur GitHub↗11,554
  • kwai-kolors/kolorsAvatar de Kwai-Kolors

    Kwai-Kolors/Kolors

    4,607Voir sur GitHub↗

    Kolors is a generative model implementation for synthesizing photorealistic images from natural language descriptions and visual references. It utilizes a latent diffusion model framework to produce high-fidelity imagery, operating within a compressed latent space to improve generation efficiency and quality. The system functions as a multilingual image generator, interpreting text prompts in multiple languages to produce semantically accurate visual outputs. It includes a custom model training pipeline that uses low-rank adaptation to teach the model specific subjects or artistic styles from

    Python
    Voir sur GitHub↗4,607
  • latentcat/qrbtfAvatar de latentcat

    latentcat/qrbtf

    6,950Voir sur GitHub↗

    qrbtf is an AI QR code generator and image synthesis system that blends machine-readable data with artistic imagery. It uses a latent diffusion model and spatial control networks to produce functional QR codes that incorporate visual art generated from descriptive text prompts. The system provides a dedicated interface and programmatic API for tuning visual output, allowing for the adjustment of control strength, padding ratios, and error correction levels. It supports deterministic sampling via random seeds and the use of negative prompts to refine the final aesthetic of the generated assets

    TypeScriptart-qrart-qr-codeart-qrcode
    Voir sur GitHub↗6,950
  • humanaigc/outfitanyoneAvatar de HumanAIGC

    HumanAIGC/OutfitAnyone

    5,979Voir sur GitHub↗

    OutfitAnyone is a diffusion-based virtual try-on system and AI person-garment integration tool. It functions as an image-to-image clothing transfer model designed to visualize how specific clothing items look on any person regardless of their pose. The system adapts garment textures and shapes to a person's body and pose to produce photorealistic results. It specifically focuses on adjusting clothing deformation based on body shape to maintain high fidelity and detail consistency during the fitting process. The project covers AI fashion visualization and virtual garment fitting, providing ca

    Voir sur GitHub↗5,979
  • luanfujun/deep-photo-styletransferAvatar de luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Voir sur GitHub↗

    This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single

    Matlab
    Voir sur GitHub↗9,994
  • fogleman/primitiveAvatar de fogleman

    fogleman/primitive

    13,158Voir sur GitHub↗

    Primitive is an algorithmic art generator and geometric image reconstruction tool that transforms raster images into stylized vector compositions. It functions as an iterative shape optimizer and raster-to-vector converter, approximating pixel-based photos by layering geometric primitives such as triangles, circles, and rectangles. The project utilizes a search algorithm to determine the optimal position, size, and color for each shape to minimize the visual difference from the source image. Users can apply shape constraint definitions to control the properties and orientations of the geometr

    Goartgographics
    Voir sur GitHub↗13,158