Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight
Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight is an adapter LoRA developed for Qwenβs Qwen-Image-Edit-2511 image-to-image model, specifically designed to transform images into a dramatic midnight noir style with a strong emphasis on the eyes. The model enhances contrast, deep shadows, and focused spotlight lighting while preserving realistic textures and original facial details. It maintains high visual consistency across lighting, shadows, tones, and composition, ensuring the final output feels cinematic and emotionally intense. This makes it well suited for creating moody noir visuals with striking eye highlights without compromising image realism. Above are example outputs demonstrating the modelβs ability to deliver high-quality, visually cohesive midnight noir 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-Midnight-Noir-Eyes-Spotlight")
prompt = "Transform into Midnight Noir Eyes Spotlight"
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 apply the Midnight Noir Eyes Spotlight effect:
Transform into Midnight Noir Eyes Spotlight
Download Model
You can download the model files from the Files & versions tab: Download
- Downloads last month
- 2,924
Model tree for prithivMLmods/Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight
Base model
Qwen/Qwen-Image-Edit-2511
