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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesVisual Token Generation

Generation of visual content by sequentially predicting discrete visual tokens.

Distinct from Autoregressive Models: Distinct from Autoregressive Models (which the candidate notes as audio-focused) by applying the mechanism specifically to visual token grids.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Visual Token Generation. Refine with filters or upvote what's useful.

Awesome Visual Token Generation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • deepseek-ai/janusAvatar de deepseek-ai

    deepseek-ai/Janus

    17,746Ver en GitHub↗

    Janus is a multimodal large language model and unified framework that integrates visual understanding and image generation within a single neural network. It functions as both a visual understanding model for analyzing images and a text-to-image generator. The system uses a unified transformer backbone and a multimodal latent space to bridge the gap between text and visual data. This architecture employs decoupled visual encoding and cross-modal tokenization to separate the paths for discriminative understanding and generative tasks, representing images as grids of discrete codes. The projec

    Implements an autoregressive mechanism to produce images by predicting visual tokens sequentially.

    Pythonany-to-anyfoundation-modelsllm
    Ver en GitHub↗17,746
  • foundationvision/varAvatar de FoundationVision

    FoundationVision/VAR

    8,702Ver en GitHub↗

    VAR is a visual autoregressive model and image generation framework that applies large language model scaling laws to visual data. It functions as an image generator that uses a coarse-to-fine next-scale prediction approach rather than traditional raster-scan tokenization. The system utilizes scale-based tokenization to represent images as a hierarchy of discrete tokens. It generates high-resolution content by iteratively predicting the next resolution level, refining coarse predictions into fine-grained details. The project covers a broad range of capabilities including autoregressive image

    Implements a generative model that predicts images across multiple scales using visual tokens.

    Jupyter Notebookauto-regressive-modelautoregressive-modelsdiffusion-models
    Ver en GitHub↗8,702
  • compvis/taming-transformersAvatar de CompVis

    CompVis/taming-transformers

    6,510Ver en GitHub↗

    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 ana

    Implements an autoregressive transformer that sequentially predicts discrete visual tokens to generate high-resolution images.

    Jupyter Notebook
    Ver en GitHub↗6,510
  • bytedance-seed/bagelAvatar de ByteDance-Seed

    ByteDance-Seed/Bagel

    5,681Ver en GitHub↗

    Generates images by predicting discrete visual tokens one at a time using a transformer decoder.

    Python
    Ver en GitHub↗5,681
  • vectorspacelab/omnigen2Avatar de VectorSpaceLab

    VectorSpaceLab/OmniGen2

    4,093Ver en GitHub↗

    OmniGen2 es un modelo de generación de imágenes unificado y un modelo de lenguaje grande multimodal diseñado para manejar la generación de texto a imagen, tareas de imagen a imagen y edición de imágenes dentro de un único framework. Funciona como un motor visual de modelo de lenguaje causal capaz de generar y editar imágenes basadas en entradas combinadas de texto y visuales. El sistema cuenta con composición visual en contexto y generación impulsada por sujetos, permitiéndole extraer sujetos de imágenes de referencia y colocarlos en nuevas escenas. También admite la edición de imágenes basada en instrucciones, donde objetos o estilos específicos se modifican mediante comandos de lenguaje natural mientras se preserva el resto de la imagen. Las capacidades del modelo se extienden al análisis y razonamiento de contenido visual, permitiendo el reconocimiento de objetos a través de entradas combinadas de texto y visión. Para mejorar la calidad de salida, emplea un proceso de refinamiento visual iterativo con un mecanismo de autocorrección. El rendimiento se gestiona mediante la optimización del uso de VRAM a través de la descarga dinámica de pesos y la aceleración de la velocidad de inferencia utilizando técnicas de caché.

    Implements a visual engine that predicts image content as a sequence of discrete visual tokens.

    Jupyter Notebook
    Ver en GitHub↗4,093
  • sandai-org/magi-1Avatar de SandAI-org

    SandAI-org/MAGI-1

    3,711Ver en GitHub↗

    MAGI-1 is an autoregressive video generation model designed to synthesize high-resolution video sequences from text prompts and image references. It functions as a generative system for text-to-video, image-to-video, and video-to-video transformations. The model utilizes an autoregressive architecture that treats spatio-temporal patches as a sequence of discrete tokens to maintain temporal motion. It employs a variational autoencoder to compress the spatial and temporal dimensions of video data and uses distillation-based step scaling to allow for inference budget control. The system integra

    Implements an autoregressive transformer that sequentially predicts discrete spatio-temporal visual tokens to generate video frames.

    Pythonautoregressivediffusion-modelsvideo-generation
    Ver en GitHub↗3,711
  1. Home
  2. Artificial Intelligence & ML
  3. Autoregressive Models
  4. Visual Token Generation

Explorar subetiquetas

  • Autoregressive Visual Token Predictors1 sub-etiquetaModels that generate images by sequentially predicting discrete visual tokens using a transformer decoder. **Distinct from Visual Token Generation:** Distinct from Visual Token Generation: specifies the autoregressive sequential prediction mechanism rather than general visual token generation.