prithivMLmods/Qwen-Image-2512-Pixel-Art-LoRA
191k

Pixel Art, A pixelated image of a space astronaut floating in zero gravity. The astronaut is wearing a white spacesuit with orange stripes. Earth is visible in the background with blue oceans and white clouds, rendered in classic 8-bit style. Pixelated text reading “Qwen Pixel Art” appears at the bottom in a retro arcade font.
Qwen-Image-2512-Pixel-Art-LoRA
Model description for Qwen-Image-2512-Pixel-Art-LoRA
Image Processing Parameters
Labeling: prithivMLmods/DeepCaption-VLA-7B (natural language & English)
Total Images Used for Training : 50
Best Dimensions & Inference
Inference Range
- Recommended Inference Steps: 45-50 / [Fused with Lightning/Turbo Adapters (4–8 Steps)]
Setting Up
import torch
from pipelines import DiffusionPipeline
base_model = "Qwen/Qwen-Image-2512"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "prithivMLmods/Qwen-Image-2512-Pixel-Art-LoRA"
trigger_word = "Pixel Art"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)Trigger words
You should use Pixel Art to trigger the image generation.
Download model
Download them in the Files & versions tab.
