Instructions to use prithivMLmods/QIE-2511-3D-Paper-Cut-Illustration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-2511-3D-Paper-Cut-Illustration 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("prithivMLmods/QIE-2511-3D-Paper-Cut-Illustration") 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
Note: The images showcased here are generated using QIE / QIE + LoRA fast inference. At 4 steps, it performs best for simple transformations and lightweight stylization. For more complex scenes or higher fidelity results, standard inference is recommended. The system is designed to transform images into stylized 3D paper-cut illustrations while preserving the original composition, structure, and visual elements. It maintains consistent color harmony, lighting, and scene integrity throughout the transformation. This model is intended for research and learning purposes only. Any content generated is used at the user’s own risk. The authors and hosting platform disclaim any liability for outputs produced by this model. Users are responsible for ensuring safe, ethical, and lawful usage.
Trigger Prompt
Use the following prompt to activate the transformation:
Transform into a charming 3D paper-cut illustration.
Outside Usage Prompt
Transform the image into a charming 3D paper-cut illustration with smooth, rounded shapes, minimal character features (dot eyes, blush cheeks), a thick white sticker border around the subjects, gentle pastel colors, soft even lighting, and a matte, tactile art-paper texture, while preserving the original background, elements, and details.
Download Model
You can download the model files from the Files & Versions tab: Download
- Downloads last month
- 84
Model tree for prithivMLmods/QIE-2511-3D-Paper-Cut-Illustration
Base model
Qwen/Qwen-Image-Edit-2511
