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
Back to ajbrock/biggan-pytorch

Projects sharing features with BigGAN PyTorch

30 open-source projects similar to ajbrock/biggan-pytorch, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • junyanz/pytorch-cyclegan-and-pix2pixjunyanz avatar

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951View on 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

    Pythoncomputer-graphicscomputer-visioncyclegan
    View on GitHub↗24,951
  • 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
  • martinarjovsky/wassersteinganmartinarjovsky avatar

    martinarjovsky/WassersteinGAN

    3,243View on GitHub↗

    Wasserstein GAN

    Python
    View on GitHub↗3,243
  • 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

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
  • mailmahee/pytorch-generative-adversarial-networksmailmahee avatar

    mailmahee/pytorch-generative-adversarial-networks

    32View on GitHub↗

    simple generative adversarial network (GAN) using PyTorch

    Python
    View on GitHub↗32
  • caogang/wgan-gpcaogang avatar

    caogang/wgan-gp

    1,548View on GitHub↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    View on GitHub↗1,548
  • 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
  • nvlabs/spadeNVlabs avatar

    NVlabs/SPADE

    7,718View on 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

    Python
    View on GitHub↗7,718
  • znxlwm/pytorch-generative-model-collectionsznxlwm avatar

    znxlwm/pytorch-generative-model-collections

    2,630View on GitHub↗

    Collection of generative models in Pytorch version.

    Pythonacganbegancgan
    View on GitHub↗2,630
  • dmitryulyanov/ageDmitryUlyanov avatar

    DmitryUlyanov/AGE

    287View on GitHub↗

    Code for the paper "Adversarial Generator-Encoder Networks"

    Python
    View on GitHub↗287
  • stormraiser/gan-weight-normstormraiser avatar

    stormraiser/GAN-weight-norm

    181View on GitHub↗

    Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"

    Lua
    View on GitHub↗181
  • brain-research/self-attention-ganbrain-research avatar

    brain-research/self-attention-gan

    1,018View on GitHub↗

    Tensorflow implementation for reproducing main results in the paper Self-Attention Generative Adversarial Networks by Han Zhang, Ian Goodfellow, Dimitris Metaxas, Augustus Odena.

    Python
    View on GitHub↗1,018
  • alexis-jacq/pytorch-sketch-rnnA

    alexis-jacq/Pytorch-Sketch-RNN

    0View on GitHub↗
    View on GitHub↗0
  • buriburisuri/ac-ganB

    buriburisuri/ac-gan

    0View on GitHub↗
    View on GitHub↗0
  • blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorchB

    Blade6570/PhotographicImageSynthesiswithCascadedRefinementNetworks-Pytorch

    0View on GitHub↗
    View on GitHub↗0
  • bioinf-jku/tturB

    bioinf-jku/TTUR

    0View on GitHub↗
    View on GitHub↗0
  • aitorzip/pytorch-cycleganaitorzip avatar

    aitorzip/PyTorch-CycleGAN

    1,321View on GitHub↗

    A clean and readable Pytorch implementation of CycleGAN

    Pythonartificial-intelligencecomputer-graphicscomputer-vision
    View on GitHub↗1,321
  • addtt/ladder-vae-pytorchA

    addtt/ladder-vae-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • darkstar112358/fast-neural-styledarkstar112358 avatar

    darkstar112358/fast-neural-style

    427View on GitHub↗

    pytorch implementation of fast-neural-style

    Python
    View on GitHub↗427
  • bengxy/fastneuralstylebengxy avatar

    bengxy/FastNeuralStyle

    81View on GitHub↗

    Fast Neural Style for Image Style Transform by Pytorch

    Python
    View on GitHub↗81
  • csailvision/gandissectCSAILVision avatar

    CSAILVision/gandissect

    1,766View on GitHub↗

    Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/

    Pythondeep-learninggangenerative-adversarial-network
    View on GitHub↗1,766
  • deepmind/dncdeepmind avatar

    deepmind/dnc

    2,533View on GitHub↗

    A TensorFlow implementation of the Differentiable Neural Computer.

    Python
    View on GitHub↗2,533
  • deepmind/kinetics-i3ddeepmind avatar

    deepmind/kinetics-i3d

    1,837View on GitHub↗

    Convolutional neural network model for video classification trained on the Kinetics dataset.

    Python
    View on GitHub↗1,837
  • catalyst-team/gancatalyst-team avatar

    catalyst-team/gan

    5View on GitHub↗

    Catalyst.GAN

    Python
    View on GitHub↗5
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • dribnet/portrain-ganD

    dribnet/portrain-gan

    0View on GitHub↗
    View on GitHub↗0
  • duanenielsen/deepinfomaxpytorchDuaneNielsen avatar

    DuaneNielsen/DeepInfomaxPytorch

    321View on GitHub↗

    Learning deep representations by mutual information estimation and maximization

    Python
    View on GitHub↗321
  • emited/variationalrecurrentneuralnetworkE

    emited/VariationalRecurrentNeuralNetwork

    0View on GitHub↗
    View on GitHub↗0
  • eriklindernoren/pytorch-ganeriklindernoren avatar

    eriklindernoren/PyTorch-GAN

    17,472View on 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

    Python
    View on GitHub↗17,472
  • atomistic-machine-learning/schnetpack-gschnetatomistic-machine-learning avatar

    atomistic-machine-learning/schnetpack-gschnet

    64View on GitHub↗

    G-SchNet is a generative neural network that samples molecules by sequentially placing atoms in 3d space. It can be trained on data sets of 3d molecules with variable sizes and compositions. The conditional version, cG-SchNet, explicitly takes chemical and structural properties into account to…

    Python
    View on GitHub↗64