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
·

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • deepseek-ai/janusAvatar von deepseek-ai

    deepseek-ai/Janus

    17,746Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,746
  • foundationvision/varAvatar von FoundationVision

    FoundationVision/VAR

    8,702Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,702
  • compvis/taming-transformersAvatar von CompVis

    CompVis/taming-transformers

    6,510Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,510
  • bytedance-seed/bagelAvatar von ByteDance-Seed

    ByteDance-Seed/Bagel

    5,681Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗5,681
  • vectorspacelab/omnigen2Avatar von VectorSpaceLab

    VectorSpaceLab/OmniGen2

    4,093Auf GitHub ansehen↗

    OmniGen2 is a unified image generation model and multimodal large language model designed to handle text-to-image generation, image-to-image tasks, and image editing within a single framework. It functions as a causal language model visual engine capable of generating and editing images based on combined text and visual inputs. The system features in-context visual composition and subject-driven generation, allowing it to extract subjects from reference images and place them into new scenes. It also supports instruction-based image editing, where specific objects or styles are modified via na

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

    Jupyter Notebook
    Auf GitHub ansehen↗4,093
  • sandai-org/magi-1Avatar von SandAI-org

    SandAI-org/MAGI-1

    3,711Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,711
  1. Home
  2. Artificial Intelligence & ML
  3. Autoregressive Models
  4. Visual Token Generation

Unter-Tags erkunden

  • Autoregressive Visual Token Predictors1 Sub-TagModels 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.