9 repository-uri
Optimization techniques to reduce the computational cost and time of diffusion model sampling.
Distinct from Diffusion Models: Focuses on sampling speed and step reduction specifically for diffusion processes.
Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Inference Acceleration. Refine with filters or upvote what's useful.
InstantID is a diffusion-based identity preservation framework designed for zero-shot image generation. It allows for the synthesis of images featuring a specific person's facial identity using a single reference photo without requiring additional model training or fine-tuning. The project distinguishes itself through the use of consistency model distillation to accelerate inference, reducing the number of steps needed to produce high-quality results. It combines identity-preserving feature extraction with multi-modal prompt integration to merge visual embeddings from a reference image with t
Reduces the time and computational steps required for high-quality image generation using consistency models.
Sana is a framework for high-resolution image and video synthesis based on a linear diffusion transformer. It provides a toolkit for the training, fine-tuning, and execution of text-to-image and text-to-video models, as well as a video generative world model capable of simulating physical environments with precise spatial control. The project is distinguished by its use of linear complexity layers to handle high resolutions and its support for long-form, minute-length video generation in real time. It implements a two-stage inference paradigm that separates structural generation from visual t
Accelerates model exploration by sampling large numbers of candidates using low-precision quantization to filter for high-contrast seeds.
mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp
Accelerates diffusion model sampling by merging redundant tokens in the vision transformer.
DiffSinger este un sintetizator vocal AI și un generator audio neuronal conceput pentru a produce cântat și vorbire de înaltă fidelitate. Funcționează ca un sistem text-to-speech și un instrument de sinteză a vocii cântate bazat pe difuzie care transformă textul și pitch-ul în audio audibil. Sistemul utilizează un mecanism de difuzie superficială și rafinarea iterativă a zgomotului pentru a genera performanțe vocale realiste. Încorporează plugin-uri de eșantionare specializate și solvere numerice pentru a accelera inferența și a reduce timpul necesar pentru a genera voci sintetice. Proiectul acoperă modelarea acustică, sinteza mel-spectrogramelor și reconstrucția vocoderului neuronal pentru a converti textul în forme de undă audio în domeniul timpului. Include, de asemenea, capabilități pentru îmbunătățirea vocală sintetică pentru a crește calitatea sonică a înregistrărilor.
Optimizes inference speed by employing specialized numerical solvers to reduce the number of diffusion iterations.
HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent video diffusion model and a spatio-temporal transformer architecture to generate high-definition video sequences from text descriptions and images. The project enables cinematic camera control for directing pans and tilts and provides image-to-video animation capabilities. It supports visual style adaptation through low-rank adaptation tuning and uses a language model for prompt refinement to improve visual alignment. The model covers high-resolution video upscaling via a super
Reduces video generation time through step distillation, cache inference, and sparse attention techniques.
HunyuanDiT is a bilingual text-to-image generative model and diffusion transformer image generator. It uses a latent diffusion system to synthesize high-resolution images from text prompts, with a specific focus on understanding and generating content from both Chinese and English language descriptions. The project features a multi-resolution transformer architecture and a bilingual embedding space to map different scripts into a shared semantic area. It supports iterative multi-turn image refinement, which translates conversational dialogue into updated prompts to progressively modify visual
Implements step-distillation techniques to reduce the number of sampling steps and accelerate image generation.
FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a
Reduces inference latency and denoising steps through distillation and sparse attention for faster video production.
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
Utilizes distillation-based step scaling to reduce the number of sampling steps required for high-quality video generation.
TurboDiffusion is a video diffusion inference engine and generator designed to create high-resolution videos from text prompts and images. It provides a runtime environment for executing optimized diffusion model checkpoints with a focus on reducing latency and GPU memory usage. The project features a specialized training framework for aligning sparse-linear attention models with pretrained full-attention models. This system includes capabilities for sparse attention parameter merging and sparse-linear model alignment to reduce computational costs during inference while maintaining output qua
Reduces generation time and the number of inference steps through attention acceleration and timestep distillation.