# Flat Cartoon

## Overview
This model excels at generating stylized flat-cartoon characters, especially suited for storybooks and video games.
I created it to assist me in designing characters for children’s tales and for a point-and-click game I am developing as a hobby.
## Training Process
To train the model, I first showed Nano Banana about ten drawings I made myself. Then I asked it to generate new characters in that same style.
I selected the best results and refined them in Photoshop.
Using this synthetic dataset, I trained this model.
## Uses
This model produces very high-quality stylized characters on a white background, with clean shapes and no outlines.
I also frequently combine it with other LoRAs when I need outline-free stylized images — a look that many image generation models struggle to produce, as they tend to add borders around figures.
---
#### Model files may be downloaded with ModelScope SDK or through git clone directly.
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('furaidosu/tadv-char-v1-qwen-image-2512')
```
Download with Git clone
```
git clone https://www.modelscope.ai/furaidosu/tadv-char-v1-qwen-image-2512.git
```
If you are a contributor to this model, we invite you to promptly update the model card content according to the model contribution documentation.






