← All skills
Tencent SkillHub · AI

qwenz-image-gen

Generate images using Alibaba Cloud Bailian Qwen-Image and Z-Image models (通义千图文生图 + 人像照片模型)

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate images using Alibaba Cloud Bailian Qwen-Image and Z-Image models (通义千图文生图 + 人像照片模型)

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/generate.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Qwen-Image / Z-Image Skill

基于阿里云百炼的文图生成技能,智能识别场景自动选择最佳模型: 🧍 人像/照片 → z-image-turbo(专精高质量人像,支持胶片质感) 🖼️ 通用文图 → qwen-image-max(擅长复杂文字渲染、艺术风格)

Features

🤖 智能模型选择:自动检测人像场景,无需手动选择模型 🎨 双模型支持:Qwen-Image(通用) + Z-Image(人像) ✍️ 中文文字渲染:在图像中完美呈现复杂中文字符 📐 多尺寸支持:16:9、4:3、1:1、3:4、9:16 等多种比例 🔧 可手动指定:支持强制使用特定模型

Setup

从 阿里云百炼控制台 获取 API Key 配置方式选择其一: 环境变量:export DASHSCOPE_API_KEY="sk-xxx" TOOLS.md:在 TOOLS.md 中添加 DASHSCOPE_API_KEY: sk-xxx 地域注意:北京和新加坡地域 API Key 不互通

Available Models

模型描述最佳场景qwen-image-max最佳质量,减少AI痕迹,文字渲染优秀漫画、插画、图文设计、风景、静物qwen-image-plus质量与速度平衡通用场景qwen-image基础模型快速生成z-image-turbo人像专精,胶片质感,真实感强人像照片、人像写真、film grain效果

Supported Sizes

尺寸比例说明1664*92816:9横向宽屏(通用默认)1472*11044:3标准比例1328*13281:1方形1104*14723:4竖向928*16649:16手机竖屏1120*14404:5人像推荐

🎯 快速入门(推荐)

直接写提示词,自动识别场景并选择最佳模型: # 人像类 → 自动使用 z-image-turbo python scripts/generate.py "短发少女,清新自然风格,微笑" # 通用类 → 自动使用 qwen-image-max python scripts/generate.py "七龙珠孙悟空对战比克大魔王,漫画风格" # 含film grain关键词 → 自动使用 z-image python scripts/generate.py "胶片感,Kodak Portra 400风格的人像"

🔧 高级选项

python scripts/generate.py "prompt" \ --model z \ # 强制指定模型 (z/qwen/auto) --size 1328*1328 \ # 图片尺寸 --prompt-extend \ # 开启提示词扩展 --no-watermark \ # 禁用水印 --output my-image.png # 输出路径

Auto-Detection Keywords

以下关键词会触发自动选择 z-image-turbo: 人物类:人、女、男、少女、帅哥、美女、肖像、人物、face、facial 照片/胶片类:photo、photograph、film grain、analog、Kodak、胶片、portra、cinematic、photorealistic、真实、写真人像

人像照片(z-image)

python scripts/generate.py "东亚年轻女性,户外雪地场景,film grain效果,胶片质感"

漫画风格(qwen-image)

python scripts/generate.py "七龙珠孙悟空对战比克大魔王,漫画风格,能量波爆炸,天空背景"

带中文文字的漫画

python scripts/generate.py "一副对联,上联:智启千问,下联:机道为善,横批:人机共生"

Tips

人像首选 z-image:对面部细节、皮肤质感、胶片感优化更好 文字渲染选 qwen:复杂中文、图文混排场景更精准 自动模式省心:无需纠结选哪个模型 提示词长度:正向 ≤800字符,负向 ≤500字符 扩展提示词:--prompt-extend 可以让AI自动优化你的描述 Qwen-Image Skill - 国产文生图利器 🇨🇳

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/generate.py Scripts