DiffBench Meets DiffAgent: End-to-End LLM-Driven Diffusion Acceleration Code Generation
Jiajun jiao, Haowei Zhu, Puyuan Yang, Jianghui Wang, Ji Liu, Ziqiong Liu, Dong Li, Yuejian Fang, Junhai Yong, Bin Wang, Emad Barsoum
TL;DR
This paper tackles the latency inherent in diffusion models by introducing DiffBench, a comprehensive benchmark for diffusion-acceleration code generation, and DiffAgent, an LLM-driven framework that plans, codes, debugs, and optimizes diffusion inference code via a genetic-algorithm guided loop. The approach formalizes diffusion-acceleration as an automated, environment-aware coding task, couples a three-stage evaluation pipeline with CLIP-based quality checks and latency/throughput targets, and demonstrates substantial performance gains across multiple base LLMs. Key contributions include the DiffBench benchmark (604 tasks across architectures and deployment scenarios) and the DiffAgent system (planning, coding, debugging, GA selector) that jointly improve correctness and efficiency, reducing common error modes. The work enables automated generation of deployment-ready diffusion acceleration code, enabling practical, scalable acceleration across diverse diffusion architectures and hardware platforms.
Abstract
Diffusion models have achieved remarkable success in image and video generation. However, their inherently multiple step inference process imposes substantial computational overhead, hindering real-world deployment. Accelerating diffusion models is therefore essential, yet determining how to combine multiple model acceleration techniques remains a significant challenge. To address this issue, we introduce a framework driven by large language models (LLMs) for automated acceleration code generation and evaluation. First, we present DiffBench, a comprehensive benchmark that implements a three stage automated evaluation pipeline across diverse diffusion architectures, optimization combinations and deployment scenarios. Second, we propose DiffAgent, an agent that generates optimal acceleration strategies and codes for arbitrary diffusion models. DiffAgent employs a closed-loop workflow in which a planning component and a debugging component iteratively refine the output of a code generation component, while a genetic algorithm extracts performance feedback from the execution environment to guide subsequent code refinements. We provide a detailed explanation of the DiffBench construction and the design principles underlying DiffAgent. Extensive experiments show that DiffBench offers a thorough evaluation of generated codes and that DiffAgent significantly outperforms existing LLMs in producing effective diffusion acceleration strategies.
