ArXiv TLDR

Diffusion Templates: A Unified Plugin Framework for Controllable Diffusion

🐦 Tweet
2604.24351

Zhongjie Duan, Hong Zhang, Yingda Chen

cs.LGcs.AIcs.CVcs.SE

TLDR

Diffusion Templates is a unified, open plugin framework that decouples base diffusion model inference from controllable capability injection, enhancing modularity and reusability.

Key contributions

  • Introduces Diffusion Templates, a unified plugin framework for controllable diffusion models.
  • Decouples base model inference from capability injection via a standardized interface.
  • Supports heterogeneous capability carriers (KV-Cache, LoRA) under one abstraction.
  • Unifies diverse control tasks (e.g., structural, color, editing, super-res) across backbones.

Why it matters

Current controllable diffusion methods are fragmented, making reuse and composition difficult. Diffusion Templates addresses this by providing a unified, open framework. This significantly improves modularity, reusability, and extensibility for developing and deploying diverse controllable diffusion applications.

Original Abstract

Controllable diffusion methods have substantially expanded the practical utility of diffusion models, but they are typically developed as isolated, backbone-specific systems with incompatible training pipelines, parameter formats, and runtime hooks. This fragmentation makes it difficult to reuse infrastructure across tasks, transfer capabilities across backbones, or compose multiple controls within a single generation pipeline. We present Diffusion Templates, a unified and open plugin framework that decouples base-model inference from controllable capability injection. The framework is organized around three components: Template models that map arbitrary task-specific inputs to an intermediate capability representation, a Template cache that functions as a standardized interface for capability injection, and a Template pipeline that loads, merges, and injects one or more Template caches into the base diffusion runtime. Because the interface is defined at the systems level rather than tied to a specific control architecture, heterogeneous capability carriers such as KV-Cache and LoRA can be supported under the same abstraction. Based on this design, we build a diverse model zoo spanning structural control, brightness adjustment, color adjustment, image editing, super-resolution, sharpness enhancement, aesthetic alignment, content reference, local inpainting, and age control. These case studies show that Diffusion Templates can unify a broad range of controllable generation tasks while preserving modularity, composability, and practical extensibility across rapidly evolving diffusion backbones. All resources will be open sourced, including code, models, and datasets.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.