Delta Sampling: Data-Free Knowledge Transfer Across Diffusion Models
Zhidong Gao, Zimeng Pan, Yuhang Yao, Chenyue Xie, Wei Wei
TL;DR
Delta Sampling addresses cross-version reuse of diffusion-model adaptations without training data. It derives a residual delta between an adapted base model and the base, and injects this delta into a target model's denoising predictions during sampling, enabling data-free knowledge transfer. The method is plug-and-play, sampler-agnostic, and supports multiple adapters (LoRA, LyCORIS, ControlNet, IP-Adapter) and composed configurations. Empirical results across SD backbones (1.5 to 3.5, XL) show improved fidelity to target adaptations while maintaining diversity, demonstrating practical deployment benefits for community-driven diffusion ecosystems.
Abstract
Diffusion models like Stable Diffusion (SD) drive a vibrant open-source ecosystem including fully fine-tuned checkpoints and parameter-efficient adapters such as LoRA, LyCORIS, and ControlNet. However, these adaptation components are tightly coupled to a specific base model, making them difficult to reuse when the base model is upgraded (e.g., from SD 1.x to 2.x) due to substantial changes in model parameters and architecture. In this work, we propose Delta Sampling (DS), a novel method that enables knowledge transfer across base models with different architectures, without requiring access to the original training data. DS operates entirely at inference time by leveraging the delta: the difference in model predictions before and after the adaptation of a base model. This delta is then used to guide the denoising process of a new base model. We evaluate DS across various SD versions, demonstrating that DS achieves consistent improvements in creating desired effects (e.g., visual styles, semantic concepts, and structures) under different sampling strategies. These results highlight DS as an effective, plug-and-play mechanism for knowledge transfer in diffusion-based image synthesis. Code:~ https://github.com/Zhidong-Gao/DeltaSampling
