1 2 3

Qwen-Image-Edit-2511-Object-Remover

Qwen-Image-Edit-2511-Object-Remover is an adapter (LoRA) developed for Qwen’s Qwen-Image-Edit-2511 image-to-image model, specifically designed for precise object removal from images. The model removes specified objects while preserving the background and remaining elements, maintaining realism and original visual details. It can be used in combination with the lighting model configured with 4 steps to produce high-quality, high-resolution results. A key strength of this model is its strong consistency during image editing, ensuring that surrounding textures, lighting, shadows, and scene structure remain intact after object removal. This makes it well suited for tasks that require clean edits without compromising image authenticity. Below are some example outputs that demonstrate the model’s ability to deliver accurate, realistic, and visually seamless object removal results.

Quick Start with Diffusers

Compatible with versions 2509 and 2511.

pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import load_image

# Switch to "mps" for Apple devices
pipe = DiffusionPipeline.from_pretrained(
    "Qwen/Qwen-Image-Edit-2511",
    dtype=torch.bfloat16,
    device_map="cuda"
)

pipe.load_lora_weights("prithivMLmods/Qwen-Image-Edit-2511-Object-Remover")

prompt = "Remove the specified objects from the image while preserving the background and remaining elements maintaining realism and original details."
input_image = load_image(
    "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png"
)

image = pipe(image=input_image, prompt=prompt).images[0]

Sample Inferences(Remove Objects)

Input Image Edit Prompt Output Image
Remove the necklace and goggles from the image while preserving the background and remaining elements, maintaining realism and original details.
Remove the goggles from the image while preserving the background and remaining elements, maintaining realism and original details.
Remove the “S” logo from the image while preserving the background and remaining elements, maintaining realism and original details.
Remove the logo from the image while preserving the background and remaining elements, maintaining realism and original details.

Trained on ModelScope.cn

Trigger Prompt

You should use the following prompt to trigger object removal:

Remove the specified objects from the image while preserving the background and remaining elements maintaining realism and original details

Download Model

You can download the model files from the Files & versions tab: Download

Downloads last month
876
Inference Providers NEW

Model tree for prithivMLmods/Qwen-Image-Edit-2511-Object-Remover

Adapter
(14)
this model

Space using prithivMLmods/Qwen-Image-Edit-2511-Object-Remover 1

Collection including prithivMLmods/Qwen-Image-Edit-2511-Object-Remover