English

HADIS: Hybrid Adaptive Diffusion Model Serving for Efficient Text-to-Image Generation

Distributed, Parallel, and Cluster Computing 2026-01-07 v2

Abstract

Text-to-image diffusion models have achieved remarkable visual quality but incur high computational costs, making latency-aware, scalable deployment challenging. To address this, we advocate a hybrid architecture that achieves query awareness when serving diffusion models. Unlike existing query-aware serving systems that cascade lightweight and heavyweight models with a fixed configuration, our hybrid architecture first routes each query directly to a suitable model variant, then reroutes it to a cascaded heavyweight model only if necessary. We theoretically analyze conditions for the hybrid architecture to outperform non-hybrid alternatives in latency and response quality. Building on this architecture, we design HADIS, a hybrid serving system for latency-aware diffusion models that jointly optimizes cascade model selection, query routing, and resource allocation. To reduce the complexity of resource management, HADIS uses an offline profiling phase to produce a Pareto-optimal cascade configuration table. At runtime, HADIS selects the best cascade configuration and GPU allocation given latency and workload constraints. Empirical evaluations on real-world traces demonstrate that HADIS improves response quality by up to 35% while reducing latency violation rates by 2.7-45×\times compared to state-of-the-art model serving systems.

Keywords

Cite

@article{arxiv.2509.00642,
  title  = {HADIS: Hybrid Adaptive Diffusion Model Serving for Efficient Text-to-Image Generation},
  author = {Qizheng Yang and Tung-I Chen and Siyu Zhao and Ramesh K. Sitaraman and Hui Guan},
  journal= {arXiv preprint arXiv:2509.00642},
  year   = {2026}
}

Comments

15 pages, 12 figures

R2 v1 2026-07-01T05:13:45.305Z