awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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/adversarialgoodfeli avatar

    goodfeli/adversarial

    4,074View on 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
    View on GitHub↗4,074
  • nvlabs/stylegan2NVlabs avatar

    NVlabs/stylegan2

    11,186View on 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
    View on GitHub↗11,186
  • phillipi/pix2pixphillipi avatar

    phillipi/pix2pix

    10,644View on 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
    View on GitHub↗10,644

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • reedscot/icml2016reedscot avatar

    reedscot/icml2016

    911View on GitHub↗

    Generative Adversarial Text-to-Image Synthesis

    Lua
    View on GitHub↗911
  • hojonathanho/diffusionhojonathanho avatar

    hojonathanho/diffusion

    5,053View on 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
    View on GitHub↗5,053
  • openai/dall-eopenai avatar

    openai/DALL-E

    10,853View on 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
    View on GitHub↗10,853
  • reedscot/nips2016reedscot avatar

    reedscot/nips2016

    335View on GitHub↗

    Learning What and Where to Draw

    Lua
    View on GitHub↗335
  • nvlabs/styleganNVlabs avatar

    NVlabs/stylegan

    14,412View on 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
    View on GitHub↗14,412
  • martinarjovsky/wassersteinganmartinarjovsky avatar

    martinarjovsky/WassersteinGAN

    3,243View on GitHub↗

    Wasserstein GAN

    Python
    View on GitHub↗3,243
  • openai/improved-ganopenai avatar

    openai/improved-gan

    2,336View on GitHub↗

    Code for the paper "Improved Techniques for Training GANs"

    Python
    View on GitHub↗2,336
  • nvidia/pix2pixhdNVIDIA avatar

    NVIDIA/pix2pixHD

    6,920View on 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
    View on GitHub↗6,920
  • tamarott/singantamarott avatar

    tamarott/SinGAN

    3,347View on GitHub↗

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

    Python
    View on GitHub↗3,347
  • paarthneekhara/text-to-imagepaarthneekhara avatar

    paarthneekhara/text-to-image

    2,160View on GitHub↗

    Text to image synthesis using thought vectors

    Python
    View on GitHub↗2,160
  • junyanz/iganjunyanz avatar

    junyanz/iGAN

    4,007View on 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
    View on GitHub↗4,007
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on 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
    View on GitHub↗5,292
  • hindupuravinash/the-gan-zoohindupuravinash avatar

    hindupuravinash/the-gan-zoo

    14,698View on GitHub↗

    A list of all named GANs!

    Pythongangenerative-adversarial-networkmachine-learning
    View on GitHub↗14,698
  • guim3/icganGuim3 avatar

    Guim3/IcGAN

    284View on GitHub↗

    Invertible conditional GANs for image editing

    Lua
    View on GitHub↗284
  • evolving-ai-lab/ppgnE

    Evolving-AI-Lab/ppgn

    0View on GitHub↗
    View on GitHub↗0
  • taoxugit/attngantaoxugit avatar

    taoxugit/AttnGAN

    1,364View on GitHub↗
    Python
    View on GitHub↗1,364
  • junyanz/cycleganjunyanz avatar

    junyanz/CycleGAN

    12,861View on 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
    View on GitHub↗12,861
  • lynnho/attgan-tensorflowLynnHo avatar

    LynnHo/AttGAN-Tensorflow

    612View on GitHub↗

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

    Python
    View on GitHub↗612
  • lucidrains/imagen-pytorchlucidrains avatar

    lucidrains/imagen-pytorch

    8,415View on 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
    View on GitHub↗8,415
  • kozistr/awesome-ganskozistr avatar

    kozistr/Awesome-GANs

    763View on 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
    View on GitHub↗763
  • nvlabs/stylegan2-ada-pytorchNVlabs avatar

    NVlabs/stylegan2-ada-pytorch

    4,477View on 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
    View on GitHub↗4,477
  • tongyi-mai/z-imageTongyi-MAI avatar

    Tongyi-MAI/Z-Image

    11,554View on 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
    View on GitHub↗11,554
  • kwai-kolors/kolorsKwai-Kolors avatar

    Kwai-Kolors/Kolors

    4,607View on 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
    View on GitHub↗4,607
  • latentcat/qrbtflatentcat avatar

    latentcat/qrbtf

    6,950View on 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
    View on GitHub↗6,950
  • humanaigc/outfitanyoneHumanAIGC avatar

    HumanAIGC/OutfitAnyone

    5,979View on 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

    View on GitHub↗5,979
  • luanfujun/deep-photo-styletransferluanfujun avatar

    luanfujun/deep-photo-styletransfer

    9,994View on 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
    View on GitHub↗9,994
  • fogleman/primitivefogleman avatar

    fogleman/primitive

    13,158View on 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
    View on GitHub↗13,158