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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to junyanz/bicyclegan

Open-source alternatives to BicycleGAN

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

  • nvidia/pix2pixhdAvatar von NVIDIA

    NVIDIA/pix2pixHD

    6,920Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,920
  • phillipi/pix2pixAvatar von phillipi

    phillipi/pix2pix

    10,644Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,644
  • junyanz/cycleganAvatar von junyanz

    junyanz/CycleGAN

    12,861Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,861

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • luanfujun/deep-photo-styletransferAvatar von luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,994
  • fogleman/primitiveAvatar von fogleman

    fogleman/primitive

    13,158Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,158
  • carpedm20/discogan-pytorchAvatar von carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Auf GitHub ansehen↗

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

    Jupyter Notebook
    Auf GitHub ansehen↗1,097
  • clovaai/stargan-v2Avatar von clovaai

    clovaai/stargan-v2

    3,610Auf GitHub ansehen↗

    StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

    Python
    Auf GitHub ansehen↗3,610
  • clovaai/tunitC

    clovaai/tunit

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • deep-floyd/ifAvatar von deep-floyd

    deep-floyd/IF

    7,811Auf GitHub ansehen↗

    IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project provides a generative pipeline for creating images, an inpainting tool for modifying specific image sections, and a super-resolution upscaler to increase pixel density and clarity. The system includes a concept fine-tuning framework that allows for the teaching of new visual concepts by updating a small set of parameters. It also supports image style transfer to apply the aesthetic characteristics of a reference image to a new output.

    Python
    Auf GitHub ansehen↗7,811
  • duxingren14/dualganD

    duxingren14/DualGAN

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • eps696/aphantasiaAvatar von eps696

    eps696/aphantasia

    791Auf GitHub ansehen↗

    CLIP FFT/DWT/RGB = text to image/video

    Python
    Auf GitHub ansehen↗791
  • goodfeli/adversarialAvatar von goodfeli

    goodfeli/adversarial

    4,074Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,074
  • guim3/icganAvatar von Guim3

    Guim3/IcGAN

    284Auf GitHub ansehen↗

    Invertible conditional GANs for image editing

    Lua
    Auf GitHub ansehen↗284
  • ha0tang/lgganH

    Ha0Tang/LGGAN

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ha0tang/selectionganH

    Ha0Tang/SelectionGAN

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hanzhanggit/stackganAvatar von hanzhanggit

    hanzhanggit/StackGAN

    1,861Auf GitHub ansehen↗

    Pytorch implementation

    Python
    Auf GitHub ansehen↗1,861
  • icon-lab/resvitAvatar von icon-lab

    icon-lab/ResViT

    186Auf GitHub ansehen↗

    Official Pytorch Implementation of Residual Vision Transformers(ResViT) which is described in the following paper:

    Python
    Auf GitHub ansehen↗186
  • igorsusmelj/abc-ganAvatar von IgorSusmelj

    IgorSusmelj/ABC-GAN

    12Auf GitHub ansehen↗

    Official repository for ABC-GAN

    Python
    Auf GitHub ansehen↗12
  • ishmaelbelghazi/aliAvatar von IshmaelBelghazi

    IshmaelBelghazi/ALI

    311Auf GitHub ansehen↗

    Adversarially Learned Inference

    TeX
    Auf GitHub ansehen↗311
  • junyanz/iganAvatar von junyanz

    junyanz/iGAN

    4,007Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,007
  • kupynorest/deblurganAvatar von KupynOrest

    KupynOrest/DeblurGAN

    2,637Auf GitHub ansehen↗

    Image Deblurring using Generative Adversarial Networks

    Pythonblurry-imagescomputer-visionconvolutional-networks
    Auf GitHub ansehen↗2,637
  • lynnho/attgan-tensorflowAvatar von LynnHo

    LynnHo/AttGAN-Tensorflow

    612Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗612
  • midgraph/disco-diffusionM

    Midgraph/disco-diffusion

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mikaelalafriz/lucid-sonic-dreamsAvatar von mikaelalafriz

    mikaelalafriz/lucid-sonic-dreams

    773Auf GitHub ansehen↗

    Lucid Sonic Dreams syncs GAN-generated visuals to music. By default, it uses NVLabs StyleGAN2, with pre-trained models lifted from Justin Pinkney's consolidated repository. Custom weights and other GAN architectures can be used as well.

    Python
    Auf GitHub ansehen↗773
  • mingyuliutw/unitAvatar von mingyuliutw

    mingyuliutw/UNIT

    2,029Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗2,029
  • nvidia/vid2vidN

    NVIDIA/vid2vid

    0Auf GitHub ansehen↗

    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…

    Auf GitHub ansehen↗0
  • nvlabs/munitAvatar von NVlabs

    NVlabs/MUNIT

    2,704Auf GitHub ansehen↗

    Multimodal Unsupervised Image-to-Image Translation

    Python
    Auf GitHub ansehen↗2,704
  • nyoki-mtl/pytorch-everybodydancenowN

    nyoki-mtl/pytorch-EverybodyDanceNow

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • openai/point-eAvatar von openai

    openai/point-e

    6,886Auf GitHub ansehen↗

    Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language descriptions and two-dimensional images. It utilizes diffusion models to synthesize these spatial representations based on text prompts or source images. The project includes specialized tools for refining these outputs, such as a point cloud upsampler to increase the density and resolution of low-resolution models. It also provides a mesh converter that uses distance function regression to transform raw point cloud data into structured 3D meshes. The broader capability surface cove

    Python
    Auf GitHub ansehen↗6,886
  • pixray/pixrayAvatar von pixray

    pixray/pixray

    1,043Auf GitHub ansehen↗

    Pixray is an image generation system. It combines previous ideas including:

    Python
    Auf GitHub ansehen↗1,043