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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nvidia/pix2pixhd

Open-source alternatives to Pix2pixHD

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

  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe 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
    Vezi pe GitHub↗5,292
  • junyanz/pytorch-cyclegan-and-pix2pixAvatar junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951Vezi pe 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
    Vezi pe GitHub↗24,951
  • nvlabs/spadeAvatar NVlabs

    NVlabs/SPADE

    7,718Vezi pe 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
    Vezi pe GitHub↗7,718

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • phillipi/pix2pixAvatar phillipi

    phillipi/pix2pix

    10,644Vezi pe 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
    Vezi pe GitHub↗10,644
  • open-mmlab/mmagicAvatar open-mmlab

    open-mmlab/mmagic

    7,434Vezi pe GitHub↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Jupyter Notebookaigccomputer-visiondeep-learning
    Vezi pe GitHub↗7,434
  • jwyang/faster-rcnn.pytorchAvatar jwyang

    jwyang/faster-rcnn.pytorch

    7,859Vezi pe GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    Vezi pe GitHub↗7,859
  • caogang/wgan-gpAvatar caogang

    caogang/wgan-gp

    1,548Vezi pe GitHub↗

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

    Pythonpytorchwgan-gp
    Vezi pe GitHub↗1,548
  • kupynorest/deblurganAvatar KupynOrest

    KupynOrest/DeblurGAN

    2,637Vezi pe GitHub↗

    Image Deblurring using Generative Adversarial Networks

    Pythonblurry-imagescomputer-visionconvolutional-networks
    Vezi pe GitHub↗2,637
  • junyanz/cycleganAvatar junyanz

    junyanz/CycleGAN

    12,861Vezi pe 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
    Vezi pe GitHub↗12,861
  • mingyuliutw/unitAvatar mingyuliutw

    mingyuliutw/UNIT

    2,029Vezi pe GitHub↗

    We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

    Python
    Vezi pe GitHub↗2,029
  • affinelayer/pix2pix-tensorflowAvatar affinelayer

    affinelayer/pix2pix-tensorflow

    5,082Vezi pe 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
    Vezi pe GitHub↗5,082
  • eriklindernoren/pytorch-ganAvatar eriklindernoren

    eriklindernoren/PyTorch-GAN

    17,472Vezi pe 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
    Vezi pe GitHub↗17,472
  • facebookresearch/fairseqAvatar facebookresearch

    facebookresearch/fairseq

    32,228Vezi pe GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    Vezi pe GitHub↗32,228
  • eriklindernoren/keras-ganAvatar eriklindernoren

    eriklindernoren/Keras-GAN

    9,206Vezi pe GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    Vezi pe GitHub↗9,206
  • lucidrains/dalle2-pytorchAvatar lucidrains

    lucidrains/DALLE2-pytorch

    11,310Vezi pe GitHub↗

    This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.

    Pythonartificial-intelligencedeep-learningtext-to-image
    Vezi pe GitHub↗11,310
  • facebookresearch/maskrcnn-benchmarkAvatar facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370Vezi pe GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Python
    Vezi pe GitHub↗9,370
  • ultralytics/yolov5Avatar ultralytics

    ultralytics/yolov5

    57,528Vezi pe GitHub↗

    YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning to high-speed inference and deployment. The framework utilizes a modular neural architecture, allowing users to swap backbone and head components to tailor models for specific visual tasks. What distinguishes this project is its focus on production-ready deployment and model ef

    Pythoncoremldeep-learningios
    Vezi pe GitHub↗57,528
  • mrzhu-cool/pix2pix-pytorchM

    mrzhu-cool/pix2pix-pytorch

    0Vezi pe GitHub↗

    PyTorch implementation of Image-to-Image Translation Using Conditional Adversarial Networks.

    Vezi pe GitHub↗0
  • nvidia/vid2vidN

    NVIDIA/vid2vid

    0Vezi pe GitHub↗

    Pytorch implementation for high-resolution (e.g., 2048x1024) photorealistic video-to-video translation. It can be used for turning semantic label maps into photo-realistic videos, synthesizing people talking from edge maps, or generating human motions from poses. The core of video-to-video…

    Vezi pe GitHub↗0
  • martinarjovsky/wassersteinganAvatar martinarjovsky

    martinarjovsky/WassersteinGAN

    3,243Vezi pe GitHub↗

    Wasserstein GAN

    Python
    Vezi pe GitHub↗3,243
  • jayleicn/animeganAvatar jayleicn

    jayleicn/animeGAN

    1,278Vezi pe GitHub↗

    A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.

    Jupyter Notebookdatasetgenerative-adversarial-networkpytorch
    Vezi pe GitHub↗1,278
  • carpedm20/discogan-pytorchAvatar carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Vezi pe GitHub↗

    PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

    Jupyter Notebook
    Vezi pe GitHub↗1,097
  • kentsyx/neural-image-assessmentAvatar kentsyx

    kentsyx/Neural-IMage-Assessment

    584Vezi pe GitHub↗

    This is a PyTorch implementation of the paper NIMA: Neural IMage Assessment (accepted at IEEE Transactions on Image Processing) by Hossein Talebi and Peyman Milanfar. You can learn more from this post at Google Research Blog.

    Python
    Vezi pe GitHub↗584
  • ajbrock/biggan-pytorchAvatar ajbrock

    ajbrock/BigGAN-PyTorch

    2,924Vezi pe GitHub↗

    The author's officially unofficial PyTorch BigGAN implementation.

    Python
    Vezi pe GitHub↗2,924
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • mailmahee/pytorch-generative-adversarial-networksAvatar mailmahee

    mailmahee/pytorch-generative-adversarial-networks

    32Vezi pe GitHub↗

    simple generative adversarial network (GAN) using PyTorch

    Python
    Vezi pe GitHub↗32
  • dmitryulyanov/deep-image-priorAvatar DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085Vezi pe 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
    Vezi pe GitHub↗8,085
  • dmitryulyanov/ageAvatar DmitryUlyanov

    DmitryUlyanov/AGE

    287Vezi pe GitHub↗

    Code for the paper "Adversarial Generator-Encoder Networks"

    Python
    Vezi pe GitHub↗287
  • darkstar112358/fast-neural-styleAvatar darkstar112358

    darkstar112358/fast-neural-style

    427Vezi pe GitHub↗

    pytorch implementation of fast-neural-style

    Python
    Vezi pe GitHub↗427
  • nvlabs/styleganAvatar NVlabs

    NVlabs/stylegan

    14,412Vezi pe 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
    Vezi pe GitHub↗14,412