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
·
CompVis avatar

CompVis/taming-transformers

0
View on GitHub↗
6,510 Stars·1,222 Forks·Jupyter Notebook·MIT·9 Aufrufearxiv.org/abs/2012.09841↗

Taming Transformers

Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN image encoder with an autoregressive transformer. It utilizes a discrete latent space to represent images as codebook tokens, enabling the production of high-fidelity visuals through a hybrid architecture.

The project provides specialized capabilities for layout-based scene synthesis, allowing for the creation of complex images by placing objects according to defined bounding box coordinates. It also includes tools for image inpainting to fill missing sections of an image by analyzing surrounding pixels and learned structural patterns.

The framework covers image compression analysis through latent reconstruction and supports model optimization via training on custom image datasets to refine token quality.

Features

  • High-Resolution Synthesis - Synthesizes high-fidelity, high-resolution visuals using a combination of discrete latent spaces and learned visual patterns.
  • Autoregressive Visual Token Predictors - Implements an autoregressive transformer that sequentially predicts discrete visual tokens to generate high-resolution images.
  • Discretized Visual Representations - Employs a discrete codebook to quantize continuous feature vectors into a grid of learnable tokens.
  • Image Synthesis Models - Combines an autoregressive transformer with a convolutional generator to synthesize high-resolution visual content.
  • Latent-to-Pixel Decoding - Uses a convolutional decoder to map discrete latent tokens back into pixel space for high-fidelity image reconstruction.
  • Latent Space Encoders - Utilizes a VQ-GAN encoder to compress high-resolution images into a discrete grid of codebook tokens.
  • Layout-Guided Synthesis - Allows for precise control of object placement in generated scenes via bounding box coordinates.
  • Image Inpainting - Provides capabilities to fill missing or empty image sections by analyzing surrounding pixels and learned patterns.
  • Hybrid Architectures - Combines convolutional networks for local texture and transformers for global composition in a hybrid architecture.
  • Layout-Based Scene Synthesis - Produces complex images by placing specific objects according to defined bounding box coordinates.
  • Grid-Based Image Layouts - Generates complex scenes by placing specific objects according to defined bounding box coordinates.

Star-Verlauf

Star-Verlauf für compvis/taming-transformersStar-Verlauf für compvis/taming-transformers

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Häufig gestellte Fragen

Was macht compvis/taming-transformers?

Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN image encoder with an autoregressive transformer. It utilizes a discrete latent space to represent images as codebook tokens, enabling the production of high-fidelity visuals through a hybrid architecture.

Was sind die Hauptfunktionen von compvis/taming-transformers?

Die Hauptfunktionen von compvis/taming-transformers sind: High-Resolution Synthesis, Autoregressive Visual Token Predictors, Discretized Visual Representations, Image Synthesis Models, Latent-to-Pixel Decoding, Latent Space Encoders, Layout-Guided Synthesis, Image Inpainting.

Welche Open-Source-Alternativen gibt es zu compvis/taming-transformers?

Open-Source-Alternativen zu compvis/taming-transformers sind unter anderem: compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a… openai/dall-e — This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution… youyuge34/anime-inpainting — Anime-InPainting is a specialized software platform designed for the restoration of anime illustrations and digital… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… lucidrains/stylegan2-pytorch — This project is a PyTorch implementation of StyleGAN2, providing a library and research framework for training… janspiry/image-super-resolution-via-iterative-refinement — This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion…

Open-Source-Alternativen zu Taming Transformers

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Taming Transformers.
  • compvis/latent-diffusionAvatar von CompVis

    CompVis/latent-diffusion

    14,072Auf GitHub ansehen↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Jupyter Notebook
    Auf GitHub ansehen↗14,072
  • openai/dall-eAvatar von openai

    openai/DALL-E

    10,853Auf GitHub ansehen↗

    This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution imagery into discrete latent representations. It functions as an image autoencoder that encodes visual data into discrete codes and decodes those codes back into reconstructed images. The system utilizes a latent space image compressor to convert images into a compressed, discrete format. This allows for generative image synthesis and the analysis of image compression by transitioning between raw pixels and discrete code sequences. The implementation covers latent space visuali

    Python
    Auf GitHub ansehen↗10,853
  • youyuge34/anime-inpaintingAvatar von youyuge34

    youyuge34/Anime-InPainting

    1,128Auf GitHub ansehen↗

    Anime-InPainting is a specialized software platform designed for the restoration of anime illustrations and digital artwork. It functions as a deep learning-based image editor that utilizes generative models to repair damaged or incomplete images, remove unwanted artifacts, and eliminate visual blemishes such as mosaics. The project distinguishes itself through an edge-guided generative approach, which uses structural edge maps to ensure that reconstructed regions maintain visual and spatial consistency with the surrounding image. Users can interact with the restoration process through a grap

    Pythonanimecomputer-visioncv
    Auf GitHub ansehen↗1,128
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
Alle 30 Alternativen zu Taming Transformers anzeigen→