Doodle Style Redmond LoRA: Hand-Drawn Sketch Art for Qwen-Image
Generate consistent doodle style illustrations with this Qwen-Image LoRA. Trigger words, usage tips, and examples.
On this page
Doodle Style Redmond LoRA for Qwen-Image
TL;DR
- LoRA for Qwen/Qwen-Image-2512 that generates doodle style artwork with high consistency
- Trigger with "Doodle" and "DoodleRedm" — works across a wide variety of themes
- Apache 2.0 license, Safetensors format, ~1.5K Civitai downloads
What This Model Does
Doodle Style Redmond is a Low-Rank Adaptation (LoRA) trained on Qwen/Qwen-Image-2512. According to the model card, it generates "high-quality doodle style content with excellent consistency." The Civitai description adds that the LoRA has a high capacity to reproduce doodle style in a wide variety of themes, making it a versatile style adapter rather than a single-subject LoRA.
The training was made possible by GPU compute sponsored by Redmond.AI. The author, ArtificialGuyBR, distributes the model for free.

Trigger Words
The style requires one or both trigger words in your prompt:
DoodleDoodleRedm
Example prompt: Doodle, DoodleRedm, a small robot watering a plant
How to Use
The author recommends ComfyUI for best results:
- Load Qwen/Qwen-Image-2512 as the base checkpoint
- Add the LoRA with a Load LoRA node
- Include the trigger words in your positive prompt
- Generate
The LoRA loads the same way through the Hugging Face diffusers integration:
from diffusers import QwenImagePipeline
pipe = QwenImagePipeline.from_pretrained("Qwen/Qwen-Image-2512")
pipe.load_lora_weights("artificialguybr/Doodle-Redmond-QWENIMAGE")
image = pipe("Doodle, DoodleRedm, a tiny robot watering a plant").images[0]
The LoRA is distributed as a Safetensors file. The model card does not document special sampling parameters, so standard Qwen-Image settings (native 1024×1024 output) apply.

License
Apache 2.0 — free for commercial and non-commercial use, with attribution.
Common Errors and Fixes
Error | Cause | Fix | Source
|---|---|---|---
LoRA not applying | Wrong base model | Use Qwen/Qwen-Image-2512 exactly | HF model card tags Style not appearing | Missing trigger words | Add "Doodle" and/or "DoodleRedm" | HF model card
FAQ
Q: Does this work with SDXL or Flux? A: No. This LoRA is trained for the Qwen-Image-2512 architecture.
Q: Who created this model? A: ArtificialGuyBR, with GPU sponsorship from Redmond.AI.
Q: Is it free to use commercially? A: Yes — the license is Apache 2.0.
Sources
- HuggingFace model card: https://huggingface.co/artificialguybr/Doodle-Redmond-QWENIMAGE
- Civitai model page: https://civitai.com/models/303582
- Qwen-Image base model: https://huggingface.co/Qwen/Qwen-Image-2512
Related Models
- Anime Style Redmond LoRA — Qwen-Image LoRA with an anime aesthetic
- Isometric Redmond LoRA — same base, isometric illustration style
- 3D Render Style Redmond LoRA — same base, 3D render aesthetic