awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CompVis avatar

CompVis/taming-transformers

0
View on GitHub↗
6,510 स्टार्स·1,222 फोर्क्स·Jupyter Notebook·MIT·7 व्यूज़arxiv.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.

स्टार हिस्ट्री

compvis/taming-transformers के लिए स्टार हिस्ट्री चार्टcompvis/taming-transformers के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Taming Transformers के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Taming Transformers के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • compvis/latent-diffusionCompVis का अवतार

    CompVis/latent-diffusion

    14,072GitHub पर देखें↗

    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
    GitHub पर देखें↗14,072
  • openai/dall-eopenai का अवतार

    openai/DALL-E

    10,853GitHub पर देखें↗

    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
    GitHub पर देखें↗10,853
  • youyuge34/anime-inpaintingyouyuge34 का अवतार

    youyuge34/Anime-InPainting

    1,128GitHub पर देखें↗

    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
    GitHub पर देखें↗1,128
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    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
    GitHub पर देखें↗8,734
Taming Transformers के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.

compvis/taming-transformers की मुख्य विशेषताएं क्या हैं?

compvis/taming-transformers की मुख्य विशेषताएं हैं: 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।

compvis/taming-transformers के कुछ ओपन-सोर्स विकल्प क्या हैं?

compvis/taming-transformers के ओपन-सोर्स विकल्पों में शामिल हैं: 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…