Instructions to use mario-d-robot/QIE-2511-Studio-DeLight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mario-d-robot/QIE-2511-Studio-DeLight with Diffusers:
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("mario-d-robot/QIE-2511-Studio-DeLight") prompt = "Turn this cat into a dog" 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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
QIE-2511-Studio-DeLight
QIE-2511-Studio-DeLight is an adapter LoRA developed for Qwen’s Qwen-Image-Edit-2511 image-to-image model, designed to relight images with neutral, studio-style illumination. The model removes existing lighting and replaces it with soft, evenly diffused light while preserving the original identity, composition, textures, and geometry. It ensures balanced exposure, realistic shading, and consistent results without artifacts, harsh highlights, or directional shadows.
- Inspired by @linoyts : https://huggingface.co/linoyts/Flux2-Klein-Delight-LoRA
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/QIE-2511-Studio-DeLight")
prompt = "Neutral uniform lighting Preserve identity and composition"
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]
Trained on ModelScope.cn
Trigger Prompt
Use the following prompt to activate the studio relighting behavior:
Neutral uniform lighting Preserve identity and composition
- Note: Studio DeLight works better on indoor photo shoots, over-processed images, and color-fused images. Open scenes may result in a white or cleared background, as harsh sunlight tends to get neutralized.
Download Model
You can download the model files from the Files & versions tab: Download
@misc{prithiv_sakthi_2026,
author = { Prithiv Sakthi },
title = { QIE-2511-Studio-DeLight (Revision acb1bd8) },
year = 2026,
url = { https://huggingface.co/prithivMLmods/QIE-2511-Studio-DeLight },
doi = { 10.57967/hf/7713 },
publisher = { Hugging Face }
}
- Downloads last month
- -
Model tree for mario-d-robot/QIE-2511-Studio-DeLight
Base model
Qwen/Qwen-Image-Edit-2511
