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
bryandlee avatar

bryandlee/animegan2-pytorch

0
View on GitHub↗
4,458 stars·644 forks·Jupyter Notebook·MIT·24 views

Animegan2 Pytorch

This project is a PyTorch implementation of AnimeGANv2, a generative adversarial network and image-to-image translation model designed to transform real-world photographs into stylized anime imagery.

The repository includes a model weight converter that enables the translation of checkpoints across different runtime environments. This utility performs weight key remapping and tensor dimension permutation to ensure compatibility between framework implementations.

The system supports AI photo stylization through pre-trained weight loading and provides configurable upsampling alignment to maintain visual coherence during image resolution increases.

Features

  • Image Stylization GANs - Uses GAN architectures specifically designed for transforming real-world photographs into anime artistic styles.
  • Image-to-Image Translation - Maps input photographs from the real-world domain to a stylized anime domain.
  • Generative Adversarial Networks - Employs a generator and discriminator network pair to learn artistic style transformations.
  • PyTorch Implementations - Provides a complete implementation of the AnimeGANv2 model using the PyTorch framework.
  • Anime Style Transfer - Provides a specialized PyTorch implementation of the AnimeGANv2 model for artistic photo stylization.
  • Anime Style Image Generation - Transforms real-world photographs into stylized anime imagery using pre-trained generative adversarial networks.
  • Pre-trained Weight Loading - Provides mechanisms for importing serialized weights into the generator for immediate artistic stylization.
  • Model Weight Converters - Provides a utility for transforming model weights to maintain compatibility across different runtime environments.
  • Framework Weight Bridging - Translates and remaps model checkpoints to ensure compatibility between different PyTorch implementations or runtimes.
  • Structural Weight Conversion - Converts weight tensors from external formats into standardized structures to ensure runtime compatibility.
  • Style Transfer - Listed in the “Style transfer” section of the Ailia Models awesome list.

Star history

Star history chart for bryandlee/animegan2-pytorchStar history chart for bryandlee/animegan2-pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Frequently asked questions

What does bryandlee/animegan2-pytorch do?

This project is a PyTorch implementation of AnimeGANv2, a generative adversarial network and image-to-image translation model designed to transform real-world photographs into stylized anime imagery.

What are the main features of bryandlee/animegan2-pytorch?

The main features of bryandlee/animegan2-pytorch are: Image Stylization GANs, Image-to-Image Translation, Generative Adversarial Networks, PyTorch Implementations, Anime Style Transfer, Anime Style Image Generation, Pre-trained Weight Loading, Model Weight Converters.

Which projects share features with bryandlee/animegan2-pytorch?

Projects with overlapping indexed features include: systemerrorwang/white-box-cartoonization — White-box Cartoonization is a machine learning model and research implementation that transforms real photographs into… tachibanayoshino/animeganv2 — AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert… affinelayer/pix2pix-tensorflow — This project is a TensorFlow implementation of an image-to-image translation framework based on conditional generative… lucidrains/stylegan2-pytorch — This project is a PyTorch implementation of StyleGAN2, providing a library and research framework for training… paddlepaddle/paddlegan — PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework.… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a…

Projects sharing features with Animegan2 Pytorch

These projects share indexed features with Animegan2 Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • systemerrorwang/white-box-cartoonizationSystemErrorWang avatar

    SystemErrorWang/White-box-Cartoonization

    4,004View on GitHub↗

    White-box Cartoonization is a machine learning model and research implementation that transforms real photographs into cartoon-style images. It utilizes a generative adversarial network to apply artistic styles to photographic input. The project employs a white-box representation decomposition method to separate images into surface, structure, and texture components. This approach allows for the targeted stylization of each element during the transformation process. The system includes a multi-stage training pipeline for processing custom datasets and supports inference using pre-trained wei

    Python
    View on GitHub↗4,004
  • tachibanayoshino/animeganv2TachibanaYoshino avatar

    TachibanaYoshino/AnimeGANv2

    5,366View on GitHub↗

    AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert real-world photographs and videos into anime-style imagery. It functions as an anime style generator that transforms real-world scenes into animation through supervised style transfer. The project provides a system for training style models and extracting specific generator weight parameters from deep learning checkpoints to create lightweight models for inference. It focuses on landscape image stylization and the ability to mimic specific artistic styles from provided datasets. T

    Python
    View on GitHub↗5,366
  • affinelayer/pix2pix-tensorflowaffinelayer avatar

    affinelayer/pix2pix-tensorflow

    5,082View on GitHub↗

    This project is a TensorFlow implementation of an image-to-image translation framework based on conditional generative adversarial networks. It provides the tools to train models that map input images to output images based on learned visual patterns, as well as a server for processing image translation requests and serving trained model checkpoints to web clients. The framework includes a system for converting trained model weights into a portable format for browser-based inference. It also features a validation process that generates comparative reports by analyzing input, output, and targe

    JavaScript
    View on GitHub↗5,082
  • paddlepaddle/paddleganPaddlePaddle avatar

    PaddlePaddle/PaddleGAN

    8,043View on GitHub↗

    PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework. It serves as a toolkit for image and video synthesis, providing a collection of generative adversarial network implementations for creating synthetic visual content. The library focuses on advanced synthesis capabilities, including the generation of talking heads through lip motion synchronization and the creation of synthetic videos via motion transfer from driving sequences. It provides tools for domain-to-domain translation, allowing for image style transfer and the transfo

    Pythonanimeganv2basicvsrpluspluscyclegan
    View on GitHub↗8,043
Compare all 30 related projects→