Prompt Sliders for Fine-Grained Control, Editing and Erasing of Concepts in Diffusion Models
Deepak Sridhar, Nuno Vasconcelos

TL;DR
Prompt Sliders enable precise, efficient control and editing of concepts in diffusion models by learning text-based embeddings, reducing computational load and increasing cross-model applicability.
Contribution
We introduce a text embedding-based method for concept control in diffusion models that is faster, more storage-efficient, and model-agnostic compared to existing adapter-based approaches.
Findings
30% faster inference than LoRAs
Concept embeddings require only 3KB storage
Effective for concept learning and erasing in diffusion models
Abstract
Diffusion models have recently surpassed GANs in image synthesis and editing, offering superior image quality and diversity. However, achieving precise control over attributes in generated images remains a challenge. Concept Sliders introduced a method for fine-grained image control and editing by learning concepts (attributes/objects). However, this approach adds parameters and increases inference time due to the loading and unloading of Low-Rank Adapters (LoRAs) used for learning concepts. These adapters are model-specific and require retraining for different architectures, such as Stable Diffusion (SD) v1.5 and SD-XL. In this paper, we propose a straightforward textual inversion method to learn concepts through text embeddings, which are generalizable across models that share the same text encoder, including different versions of the SD model. We refer to our method as Prompt…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical methods for differential equations · Advanced Numerical Methods in Computational Mathematics · Model Reduction and Neural Networks
MethodsDiffusion
