---
title: Coloring-Book-Qwen-Image-Edit
canonical_url: "https://www.modelscope.ai/models/renderartist/Coloring-Book-Qwen-Image-Edit"
md_url: "https://www.modelscope.ai/models/renderartist/Coloring-Book-Qwen-Image-Edit.md"
repository: renderartist/Coloring-Book-Qwen-Image-Edit
last_updated: 2026-02-17
license: "Apache License 2.0"
pipeline_tag: text-to-image-synthesis
tasks:
  - text-to-image-synthesis
  - image-to-image
base_model:
  - "Qwen/Qwen-Image-Edit-2511@master"
base_model_relation: adapter
parameters: 353.9M
tensor_type:
  - BF16
library_name:
  - lora
  - safetensors
supports_inference: txt2img
downloads: 384
stars: 9
tags:
  - LoRA
  - text-to-image
---

# Coloring-Book-Qwen-Image-Edit

> Coloring-Book-Qwen-Image-Edit - An open-source model by renderartist on ModelScope. Coloring-Book-Qwen-Image-Edit This LoRA is a specialized style adapter for the Qwen-Image-Edit base model. It is designed to faithfully transform photographs, 3D renders, and…

renderartist/Coloring-Book-Qwen-Image-Edit is a 353.9M-parameter text-to-image-synthesis、image-to-image model on ModelScope. licensed under Apache License 2.0. derived from Qwen/Qwen-Image-Edit-2511@master. and supports online inference (txt2img).

- **Repository**: renderartist/Coloring-Book-Qwen-Image-Edit
- **License**: Apache License 2.0
- **Tasks**: text-to-image-synthesis, image-to-image
- **Parameters**: 353.9M
- **Base model**: Qwen/Qwen-Image-Edit-2511@master
- **Online inference**: txt2img
- **Tags**: LoRA, text-to-image
- **Downloads**: 384
- **Stars**: 9
- **Last updated**: 2026-02-17

Source: https://www.modelscope.ai/models/renderartist/Coloring-Book-Qwen-Image-Edit

---

# Coloring-Book-Qwen-Image-Edit
This LoRA is a specialized style adapter for the Qwen-Image-Edit base model. It is designed to faithfully transform photographs, 3D renders, and illustrations into high-quality, clean, black-and-white coloring book pages.

<p align="center">
  <img src="https://i.postimg.cc/SQYVLcMW/example1.png" width="800" alt="Model Preview">
</p>

## Key Features
Accurate Style Transfer: Handles subjects ranging from humans and animals to more complex subjects like robots and cars. 

Likeness Retention: Optimized to keep the core proportions and recognizable features of the input image while simplifying the geometry for coloring.

Educational Application: Qwen Image Edit has robust text capabilities, this LoRA can be used to generate worksheet style coloring book pages by simply adding the instuction in your prompt. (see example prompt below)

## How to Use
Upload a reference image and provide an instruction. To get the best results, use descriptive words that emphasize the line weight and background.

## Recommended Prompts

Standard Page - "Turn the [subject] into a black and white coloring book page with a plain white background."

Cartoon/Playful Style - "Turn this [subject] doing [action] into a cartoon coloring book with a plain white background and thick lines. Keep the likeness while imparting cartoon-like proportions and a playful style."

Worksheet Style - "turn sheep into a black and white coloring book page. Medium-thick outlines and easy to color. No color fills. Add the word outline for "Sheep" in a playful font centered above."

Repeats: 10 
Epochs: 10

Base Model: Qwen-Image-Edit-2511

Notes
This model was trained to avoid heavy shading, cross-hatching, and grayscale. It prioritizes open, flowing contour outlines that are optimized for physical or digital coloring.

Download with ModelScope’s Python SDK
```bash
#Install ModelScope
pip install modelscope
```
```python
#Download with ModelScope’s Python SDK
from modelscope import snapshot_download
model_dir = snapshot_download('renderartist/Coloring-Book-Qwen-Image-Edit')
```
Download with Git clone
```
git clone https://www.modelscope.ai/renderartist/Coloring-Book-Qwen-Image-Edit.git
```
