Views
No views yet
Qwen-Image-Edit-2511-Pixar-Inspired-3D is an adapter LoRA developed for Qwen’s Qwen-Image-Edit-2511 image-to-image model, designed to transform images into high-quality, Pixar-inspired 3D stylized character illustrations while preserving the overall identity of the input. The model produces smooth, clean, plastic-like skin shading, expressive oversized eyes, soft rounded facial proportions, and tidy stylized hair with gentle volume. It applies cinematic studio lighting with soft shadows, global illumination, and subtle subsurface scattering to achieve a polished 3D animated look. Strong visual consistency is maintained across lighting, colors, and composition, resulting in wholesome, modern, and charming character renders without losing recognizability. Above are example outputs demonstrating the model’s ability to deliver visually cohesive Pixar-inspired 3D results.
[!important] Note: The subject in the input image should be clearly visible and well defined to achieve accurate identity preservation in the Pixar-inspired 3D style.
Compatible with versions 2509 and 2511.
pip install -U diffusers transformers accelerate1import torch
2from diffusers import DiffusionPipeline
3from diffusers.utils import load_image
4
5# Switch to "mps" for Apple devices
6pipe = DiffusionPipeline.from_pretrained(
7 "Qwen/Qwen-Image-Edit-2511",
8 dtype=torch.bfloat16,
9 device_map="cuda"
10)
11
12pipe.load_lora_weights("prithivMLmods/Qwen-Image-Edit-2511-Pixar-Inspired-3D")
13
14prompt = "Transform it into Pixar-inspired 3D"
15
16input_image = load_image(
17 "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png"
18)
19
20image = pipe(image=input_image, prompt=prompt).images[0]Recommended: PI3_20.safetensors
Transform the image into an ultra-high-quality 3D stylized character illustration with an original Pixar-inspired look, while preserving the overall identity of the image. Smooth the skin into a clean plastic-like finish while maintaining facial structure, expressive eyes, and a soft, rounded appearance. Stylize the hair with gentle volume and tidy updos, enhance cozy and fashion-forward clothing textures, and apply vibrant solid backgrounds. Use studio-quality cinematic lighting with soft shadows, global illumination, and subtle subsurface scattering. Maintain a clean composition with full-body or medium framing, depth of field, ultra-smooth rendering, and a wholesome, cute, modern aesthetic without losing character identity.Transform it into Pixar-inspired 3D