paper-with-me

홈 › Papers

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

2024-09-25 · Deepak Sridhar, Nuno Vasconcelos

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 Sliders. Besides learning new concepts, we also show that Prompt Sliders can be used to erase undesirable concepts such as artistic styles or mature content. Our method is 30% faster than using LoRAs because it eliminates the need to load and unload adapters and introduces no additional parameters aside from the target concept text embedding. Each concept embedding only requires 3KB of storage compared to the 8922KB or more required for each LoRA adapter, making our approach more computationally efficient. Project Page: https://deepaksridhar.github.io/promptsliders.github.io/

📄 PDF Abstract BibTeX arXiv:2409.16535

Code (1)

deepaksridhar/promptsliders 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Concept Sliders: LoRA Adaptors for Precise Control in Diffusion Models

2023-11-20 · Rohit Gandikota, Joanna Materzynska, Tingrui Zhou, Antonio Torralba 외

We present a method to create interpretable concept sliders that enable precise control over attributes in image generations from diffusion models. Our approach identifies a low-rank parameter direction corresponding to …

Image Generation

Flexible Portrait Image Editing with Fine-Grained Control

2022-04-04 · Linlin Liu, QiAn Fu, Fei Hou, Ying He

We develop a new method for portrait image editing, which supports fine-grained editing of geometries, colors, lights and shadows using a single neural network model. We adopt a novel asymmetric conditional GAN architect…

Image GenerationSketch-to-Image Translation

FreeSliders: Training-Free, Modality-Agnostic Concept Sliders for Fine-Grained Diffusion Control in Images, Audio, and Video

2025-10-30 · Rotem Ezra, Hedi Zisling, Nimrod Berman, Ilan Naiman 외 arxiv

Diffusion models have become state-of-the-art generative models for images, audio, and video, yet enabling fine-grained controllable generation, i.e., continuously steering specific concepts without disturbing unrelated …

TexSliders: Diffusion-Based Texture Editing in CLIP Space

2024-05-01 · Julia Guerrero-Viu, Milos Hasan, Arthur Roullier, Midhun Harikumar 외

Generative models have enabled intuitive image creation and manipulation using natural language. In particular, diffusion models have recently shown remarkable results for natural image editing. In this work, we propose …

CharGen: Fast and Fluent Portrait Modification

2025-09-29 · Jan-Niklas Dihlmann, Arnela Killguss, Hendrik P. A. Lensch arxiv

Interactive editing of character images with diffusion models remains challenging due to the inherent trade-off between fine-grained control, generation speed, and visual fidelity. We introduce CharGen, a character-focus…