---
title: StarFace-Z-Image-Turbo
canonical_url: "https://www.modelscope.cn/models/SecretDongGe/StarFace-Z-Image-Turbo"
md_url: "https://www.modelscope.cn/models/SecretDongGe/StarFace-Z-Image-Turbo.md"
repository: SecretDongGe/StarFace-Z-Image-Turbo
chinese_name: "明星脸-中国高颜值气质美女-Z-Image-Turbo"
last_updated: 2026-06-27
license: "Apache License 2.0"
base_model:
  - Tongyi-MAI/Z-Image-Turbo
base_model_relation: adapter
parameters: 79.4M
tensor_type:
  - BF16
library_name:
  - lora
  - safetensors
supports_inference: txt2img
downloads: 623
stars: 12
tags:
  - LoRA
---

# StarFace-Z-Image-Turbo

> StarFace-Z-Image-Turbo - SecretDongGe 在 ModelScope 开源的模型。汇聚多位中国高颜值气质美女训练的LoRA

SecretDongGe/StarFace-Z-Image-Turbo 是 ModelScope 魔搭社区上的 79.4M 参数机器学习模型，采用 Apache License 2.0 许可，基于 Tongyi-MAI/Z-Image-Turbo 构建，并支持在线推理（txt2img）。

- **Repository**: SecretDongGe/StarFace-Z-Image-Turbo
- **License**: Apache License 2.0
- **Parameters**: 79.4M
- **Base model**: Tongyi-MAI/Z-Image-Turbo
- **Online inference**: txt2img
- **Tags**: LoRA
- **Downloads**: 623
- **Stars**: 12
- **Last updated**: 2026-06-27

Source: https://www.modelscope.cn/models/SecretDongGe/StarFace-Z-Image-Turbo

---

### 汇聚多位中国高颜值气质美女进行训练的LoRA
**推荐使用权重 0.6~0.8**<br>
本 LoRA 基于多位中国高颜值、气质出众的女性影像精心训练而成，旨在提升 AI 生成女性人物时的**面部美感、自然肤色、光影层次与整体气质**。
经过大量高质量人像数据微调，StarFace-Z-Image-Turbo 能够有效增强人物的**五官立体感、眼神神韵、皮肤质感与柔光氛围**，适用于写实人像、影视角色、时尚摄影等多种场景。<br>
特色包括：
- 自然清透的“奶油肌”肤质
- 柔和过渡的高光与阴影
- 高级感的服装与环境搭配
- 氛围感十足的“电影级”构图

### Chinese High-Beauty & Elegant Woman Style LoRA
**Recommended usage: Apply with weight 0.6–0.8**<br>
Trained on a curated dataset of high-quality portraits featuring Chinese women with exceptional beauty and elegance, this LoRA enhances the visual appeal of female characters in AI-generated images.
StarFace-Z-Image-Turbo focuses on improving **facial harmony, natural skin texture, soft lighting, and overall aesthetic presence**, making it ideal for realistic portraits, character design, fashion photography, and cinematic scenes.<br>
Key features:
- Smooth "cream skin" texture with natural glow
- Soft highlight and shadow transitions
- Elegant poses and atmospheric backgrounds
- Cinematic composition and warm color tones

#### 您可以通过如下git clone命令，或者ModelScope SDK来下载模型

SDK下载
```bash
#安装ModelScope
pip install modelscope
```
```python
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('SecretDongGe/StarFace-Z-Image-Turbo')
```
Git下载
```
#Git模型下载
git clone https://www.modelscope.cn/SecretDongGe/StarFace-Z-Image-Turbo.git
```
