awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FoundationVision avatar

FoundationVision/VAR

0
View on GitHub↗
8,702 stele·570 fork-uri·Jupyter Notebook·MIT·5 vizualizări

VAR

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 generation, visual scaling laws research, and visual content sampling. It incorporates classifier-free guidance to balance sample quality and diversity during the generation process.

The training infrastructure includes automated state management and checkpoint-based resumption to maintain progress during large-scale training runs.

Features

  • Coarse-to-Fine Generation - Generates images by iteratively increasing resolution through a sequence of increasingly detailed scale predictions.
  • Autoregressive Visual Token Predictors - Implements a generative model that predicts images across multiple scales using visual tokens.
  • Scale-Based Tokenization - Represents images as a hierarchy of discrete tokens corresponding to different resolution levels for autoregressive processing.
  • Classifier-Free Guidance - Uses classifier-free guidance to balance image sample quality and diversity during the generation process.
  • Generative Image Models - Provides a comprehensive framework for training and sampling image generation models using a coarse-to-fine approach.
  • Autoregressive Image Generation - Trains and uses models that predict image tokens in a sequence to create new visual content.
  • LLM-Based Generators - An image generation architecture that applies large language model scaling laws and autoregressive sampling to visual data.
  • Next-Scale Prediction - Uses a coarse-to-fine resolution approach that predicts the next scale instead of standard raster-scan token prediction.
  • Generative Model Training Tools - Provides a training system for autoregressive image generation models with automated state management.
  • Large Scale Training - Manages the training process for generative models on massive image datasets with checkpointing and recovery.
  • Visual Scaling Laws - Studies how increasing model size and data affects the quality of generated images using a scale-based approach.
  • Scale-Based Image Samplers - Produces high-resolution images by iteratively refining coarse predictions into fine-grained details.

Istoric stele

Graficul istoricului de stele pentru foundationvision/varGraficul istoricului de stele pentru foundationvision/var

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face foundationvision/var?

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.

Care sunt principalele funcționalități ale foundationvision/var?

Principalele funcționalități ale foundationvision/var sunt: Coarse-to-Fine Generation, Autoregressive Visual Token Predictors, Scale-Based Tokenization, Classifier-Free Guidance, Generative Image Models, Autoregressive Image Generation, LLM-Based Generators, Next-Scale Prediction.

Care sunt câteva alternative open-source pentru foundationvision/var?

Alternativele open-source pentru foundationvision/var includ: vectorspacelab/omnigen2 — OmniGen2 is a unified image generation model and multimodal large language model designed to handle text-to-image… eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative… yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… bytedance-seed/bagel.

Alternative open-source pentru VAR

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu VAR.
  • vectorspacelab/omnigen2Avatar VectorSpaceLab

    VectorSpaceLab/OmniGen2

    4,093Vezi pe GitHub↗

    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

    Jupyter Notebook
    Vezi pe GitHub↗4,093
  • eriklindernoren/pytorch-ganAvatar eriklindernoren

    eriklindernoren/PyTorch-GAN

    17,472Vezi pe GitHub↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    Vezi pe GitHub↗17,472
  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    Vezi pe GitHub↗5,292
  • lucidrains/dalle2-pytorchAvatar lucidrains

    lucidrains/DALLE2-pytorch

    11,310Vezi pe GitHub↗

    This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.

    Pythonartificial-intelligencedeep-learningtext-to-image
    Vezi pe GitHub↗11,310
Vezi toate cele 30 alternative pentru VAR→