paper-with-me

Papers

Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation

2024-06-04 · Clément Chadebec, Onur Tasar, Eyal Benaroche, Benjamin Aubin

In this paper, we propose an efficient, fast, and versatile distillation method to accelerate the generation of pre-trained diffusion models: Flash Diffusion. The method reaches state-of-the-art performances in terms of FID and CLIP-Score for few steps image generation on the COCO2014 and COCO2017 datasets, while requiring only several GPU hours of training and fewer trainable parameters than existing methods. In addition to its efficiency, the versatility of the method is also exposed across several tasks such as text-to-image, inpainting, face-swapping, super-resolution and using different backbones such as UNet-based denoisers (SD1.5, SDXL) or DiT (Pixart-$\alpha$), as well as adapters. In all cases, the method allowed to reduce drastically the number of sampling steps while maintaining very high-quality image generation. The official implementation is available at https://github.com/gojasper/flash-diffusion.

📄 PDF Abstract BibTeX arXiv:2406.02347

Code (1)

gojasper/flash-diffusion 공식 구현 pytorch

Tasks

Face SwappingGPUImage GenerationImage InpaintingSuper-Resolution

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Unleashing Vecset Diffusion Model for Fast Shape Generation

2025-03-20 · Zeqiang Lai, YunFei Zhao, Zibo Zhao, Haolin Liu 외

3D shape generation has greatly flourished through the development of so-called "native" 3D diffusion, particularly through the Vecset Diffusion Model (VDM). While recent advancements have shown promising results in gene…

3D Generation3D Shape GenerationDecodermodel

On Distillation of Guided Diffusion Models

2022-10-06 · CVPR 2023 1 · Chenlin Meng, Robin Rombach, Ruiqi Gao, Diederik P. Kingma 외

Classifier-free guided diffusion models have recently been shown to be highly effective at high-resolution image generation, and they have been widely used in large-scale diffusion frameworks including DALLE-2, Stable Di…

DenoisingImage Generationtext-guided-image-editing

Come-Closer-Diffuse-Faster: Accelerating Conditional Diffusion Models for Inverse Problems through Stochastic Contraction

2021-12-09 · CVPR 2022 1 · Hyungjin Chung, Byeongsu Sim, Jong Chul Ye

Diffusion models have recently attained significant interest within the community owing to their strong performance as generative models. Furthermore, its application to inverse problems have demonstrated state-of-the-ar…

compressed sensingImage InpaintingSuper-Resolution

Accelerating Video Inverse Problem Solvers with Autoregressive Diffusion Models

2026-05-20 · Taesung Kwon, Jonghyun Park, Hyungjin Chung, Jong Chul Ye arxiv

Diffusion models provide powerful priors for zero-shot video inverse problems, but their real-time deployment is hindered by two inefficiencies: high initial latency caused by holistic video restoration, and low throughp…

Video Restoration

FlashPortrait: 6x Faster Infinite Portrait Animation with Adaptive Latent Prediction

2025-12-18 · Shuyuan Tu, Yueming Pan, Yinming Huang, Xintong Han 외 arxiv

Current diffusion-based acceleration methods for long-portrait animation struggle to ensure identity (ID) consistency. This paper presents FlashPortrait, an end-to-end video diffusion transformer capable of synthesizing …