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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hanzhanggit avatar

hanzhanggit/StackGAN

0
View on GitHub↗
1,861 stars·451 forks·Python·MIT·11 views

StackGAN

Pytorch implementation

Features

  • Generative Adversarial Networks - Stacked architecture for high-resolution text-to-photo synthesis.
  • Generative Models - Synthesizes photo-realistic images from text descriptions.
  • Image Generation and Synthesis - Stacked architecture for generating photo-realistic images from text descriptions.
  • Image Synthesis - Synthesizes photo-realistic images from text using stacked architectures.
  • Multimodal Learning - Stacked GANs for photo-realistic text-to-image synthesis.

Star history

Star history chart for hanzhanggit/stackganStar history chart for hanzhanggit/stackgan

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to StackGAN

Similar open-source projects, ranked by how many features they share with StackGAN.
  • 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
  • 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
  • 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
  • reedscot/icml2016reedscot avatar

    reedscot/icml2016

    911View on GitHub↗

    Generative Adversarial Text-to-Image Synthesis

    Lua
    View on GitHub↗911
See all 30 alternatives to StackGAN→

Frequently asked questions

What does hanzhanggit/stackgan do?

Pytorch implementation

What are the main features of hanzhanggit/stackgan?

The main features of hanzhanggit/stackgan are: Generative Adversarial Networks, Generative Models, Image Generation and Synthesis, Image Synthesis, Multimodal Learning.

What are some open-source alternatives to hanzhanggit/stackgan?

Open-source alternatives to hanzhanggit/stackgan include: goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… reedscot/icml2016 — Generative Adversarial Text-to-Image Synthesis. nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution… hojonathanho/diffusion — This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to… openai/dall-e — This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution…