### You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab.
#### 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/tcs-qwen-image-2512')
```
Download with Git clone
```
git clone https://www.modelscope.ai/furaidosu/tcs-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.
Description
I first became aware of Treacher Collins syndrome through a mother and her child with the condition whom I’ve met several times at a park I often visit with my family.
Earlier, I had noticed that the representation of people with Down syndrome in generative image models could be improved, and while exploring this further I found that something similar happens with Treacher Collins syndrome.
I trained this LoRA with the goal of helping expand the representation of people with diverse facial characteristics in Qwen-Image and to support more inclusive and respectful image generation.










