paper-with-me

Papers

LoRAShop: Training-Free Multi-Concept Image Generation and Editing with Rectified Flow Transformers

2025-05-29 · Yusuf Dalva, Hidir Yesiltepe, Pinar Yanardag

We introduce LoRAShop, the first framework for multi-concept image editing with LoRA models. LoRAShop builds on a key observation about the feature interaction patterns inside Flux-style diffusion transformers: concept-specific transformer features activate spatially coherent regions early in the denoising process. We harness this observation to derive a disentangled latent mask for each concept in a prior forward pass and blend the corresponding LoRA weights only within regions bounding the concepts to be personalized. The resulting edits seamlessly integrate multiple subjects or styles into the original scene while preserving global context, lighting, and fine details. Our experiments demonstrate that LoRAShop delivers better identity preservation compared to baselines. By eliminating retraining and external constraints, LoRAShop turns personalized diffusion models into a practical `photoshop-with-LoRAs' tool and opens new avenues for compositional visual storytelling and rapid creative iteration.

📄 PDF Abstract BibTeX arXiv:2505.23758

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationVisual Storytelling

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 제목 키워드 기반

FreeCustom: Tuning-Free Customized Image Generation for Multi-Concept Composition

2024-05-22 · CVPR 2024 1 · Ganggui Ding, Canyu Zhao, Wen Wang, Zhen Yang 외

Benefiting from large-scale pre-trained text-to-image (T2I) generative models, impressive progress has been achieved in customized image generation, which aims to generate user-specified concepts. Existing approaches hav…

Image Generation

AnchorDiff: Training-Free Concept Grounding for MM-DiTs via Anchor-Based Graph Propagation

2026-05-26 · Jian Zhang, Zhijun Zhang arxiv

Multi-Modal Diffusion Transformers (MM-DiTs) encode rich representations for training-free concept grounding, but existing attention-based methods often produce overlapping activations on visually confusable concepts, a …

Training-Free Multi-Concept Image Editing

2026-02-24 · Niki Foteinopoulou, Ignas Budvytis, Stephan Liwicki arxiv

Training-free image editing with diffusion models is highly desirable yet is complex and remains a significant challenge. While recent optimisation-based methods achieve strong zero-shot edits from text, they still strug…

Image Editing

Mod-Adapter: Tuning-Free and Versatile Multi-concept Personalization via Modulation Adapter

2025-05-24 · Weizhi Zhong, Huan Yang, Zheng Liu, Huiguo He 외

Personalized text-to-image generation aims to synthesize images of user-provided concepts in diverse contexts. Despite recent progress in multi-concept personalization, most are limited to object concepts and struggle to…

Image GenerationMixture-of-ExpertsText to Image GenerationText-to-Image Generation

LoRA-Composer: Leveraging Low-Rank Adaptation for Multi-Concept Customization in Training-Free Diffusion Models

2024-03-18 · Yang Yang, Wen Wang, Liang Peng, Chaotian Song 외

Customization generation techniques have significantly advanced the synthesis of specific concepts across varied contexts. Multi-concept customization emerges as the challenging task within this domain. Existing approach…