LoRAverse: A Submodular Framework to Retrieve Diverse Adapters for Diffusion Models
Mert Sonmezer, Matthew Zheng, Pinar Yanardag
TL;DR
LoRAverse reframes the challenge of selecting diverse, relevant LoRA adapters from vast diffusion-model libraries as a monotone submodular maximization problem. It introduces a two-stage architecture with a concept extractor to parse prompts into concepts and a submodular retriever that clusters adapters and optimizes relevance and diversity per concept, augmented by an adapter safety checker. Empirical results show notable gains in output diversity across domains while maintaining competitive text–image alignment, outperforming Stylus and SD v1.5 on diversity metrics and user judgments. The approach is backbone-agnostic and scalable, offering safer, more expressive personalization of diffusion models through principled adapter selection.
Abstract
Low-rank Adaptation (LoRA) models have revolutionized the personalization of pre-trained diffusion models by enabling fine-tuning through low-rank, factorized weight matrices specifically optimized for attention layers. These models facilitate the generation of highly customized content across a variety of objects, individuals, and artistic styles without the need for extensive retraining. Despite the availability of over 100K LoRA adapters on platforms like Civit.ai, users often face challenges in navigating, selecting, and effectively utilizing the most suitable adapters due to their sheer volume, diversity, and lack of structured organization. This paper addresses the problem of selecting the most relevant and diverse LoRA models from this vast database by framing the task as a combinatorial optimization problem and proposing a novel submodular framework. Our quantitative and qualitative experiments demonstrate that our method generates diverse outputs across a wide range of domains.
