qwen-image-2-pro
Alibaba Qwen-Image-2.0-Proを用いて、高品質な画像生成、特にポスターやバナーのような文字を多く含むデザインで、プロフェッショナルなテキスト表現とリアルな描写を実現するSkill。
📜 元の英語説明(参考)
Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Professional text rendering, fine-grained realism, enhanced semantic adherence. Ideal for posters, banners, and text-heavy designs. Triggers: qwen image pro, qwen-image-pro, qwen 2 pro, alibaba image pro, dashscope pro, professional text rendering
🇯🇵 日本人クリエイター向け解説
Alibaba Qwen-Image-2.0-Proを用いて、高品質な画像生成、特にポスターやバナーのような文字を多く含むデザインで、プロフェッショナルなテキスト表現とリアルな描写を実現するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o qwen-image-2-pro.zip https://jpskill.com/download/19253.zip && unzip -o qwen-image-2-pro.zip && rm qwen-image-2-pro.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19253.zip -OutFile "$d\qwen-image-2-pro.zip"; Expand-Archive "$d\qwen-image-2-pro.zip" -DestinationPath $d -Force; ri "$d\qwen-image-2-pro.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
qwen-image-2-pro.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
qwen-image-2-proフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Qwen-Image Pro - プロフェッショナルな画像生成
Alibaba Qwen-Image-2.0-Pro を inference.sh CLI 経由で利用し、画像を生成します。プロフェッショナルなテキストレンダリングや複雑なデザインに最適です。

クイックスタート
inference.sh CLI (
infsh) が必要です。インストール手順はこちら:npx skills add inference-sh/skills@agent-tools
infsh login
infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}'
Proモデルの機能
- プロフェッショナルなテキストレンダリング: 複数行および段落レベルのテキストをきめ細かく表現します。
- きめ細やかなリアリズム: より良いテクスチャとフォトリアリスティックなシーンを生成します。
- 強力なセマンティックな忠実性: 複雑なプロンプトにより正確に従います。
- 複雑なデザイン: テキストと画像の組み合わせに最適です。
例
基本的なテキストから画像へ
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "A futuristic cityscape at sunset with flying cars"
}'
テキスト量の多いポスター
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Healing-style hand-drawn poster featuring three puppies playing with a ball. The main title \"Come Play Ball!\" is prominently displayed at the top in bold, blue cartoon font. Below, the subtitle \"Join the Fun!\" appears in green font.",
"width": 1024,
"height": 1536,
"prompt_extend": false
}'
マーケティングバナー
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Professional marketing banner for summer sale. Large text \"SUMMER SALE\" in white on gradient sunset background. \"50% OFF\" in yellow below. Clean, modern design.",
"width": 1920,
"height": 1080,
"prompt_extend": false,
"negative_prompt": "blurry text, distorted text, low quality"
}'
複数のバリエーション
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Minimalist logo design for a coffee shop called \"Bean & Brew\"",
"num_images": 4
}'
画像編集(スタイル転送)
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Make the person from Image 1 wear the outfit from Image 2",
"reference_images": [
{"uri": "https://example.com/person.jpg"},
{"uri": "https://example.com/outfit.jpg"}
],
"num_images": 2
}'
再現可能な生成
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Abstract geometric art in blue and gold",
"seed": 12345
}'
入力オプション
| パラメータ | タイプ | 説明 |
|---|---|---|
prompt |
string | 必須。 生成または編集する内容(最大800文字) |
reference_images |
array | 編集用の入力画像(1~3枚) |
num_images |
integer | 生成する画像の数(1~6枚) |
width |
integer | 出力画像の幅(ピクセル単位)(512~2048) |
height |
integer | 出力画像の高さ(ピクセル単位)(512~2048) |
watermark |
boolean | 「Qwen-Image」の透かしを追加します |
negative_prompt |
string | 避けるべきコンテンツ(最大500文字) |
prompt_extend |
boolean | プロンプトの書き換えを有効にします(デフォルト: true) |
seed |
integer | 再現性のための乱数シード(0~2147483647) |
サイズ制限: 総ピクセル数は512×512から2048×2048の間でなければなりません。
出力
| フィールド | タイプ | 説明 |
|---|---|---|
images |
array | 生成または編集された画像(PNG形式) |
output_meta |
object | 寸法とカウントを含むメタデータ |
テキストレンダリングのヒント
Proモデルで最高のテキスト結果を得るには:
- 正確なテキストを引用符で囲みます:
"Title: \"Hello World!\"" - フォントの詳細を指定します:色、スタイル、サイズ、位置
prompt_extendを無効にします:正確な制御のためにprompt_extend: falseを設定します。- ネガティブプロンプトを使用します:
"blurry text, distorted text, low quality"
プロンプトの例の構造:
Poster with the title "GRAND OPENING" in large red serif font at the top center.
Below, the date "March 15, 2024" in smaller black text.
Background: elegant gold and white gradient.
Style: professional, clean, modern.
推奨されるネガティブプロンプト
{
"negative_prompt": "low resolution, low quality, deformed limbs, deformed fingers, oversaturated, waxy, no facial details, overly smooth, AI-like, chaotic composition, blurry text, distorted text"
}
サンプルワークフロー
# 1. すべてのオプションを確認するためにサンプル入力を生成します
infsh app sample alibaba/qwen-image-2-pro --save input.json
# 2. プロンプトを編集します
# 3. 実行します
infsh app run alibaba/qwen-image-2-pro --input input.json
Python SDK
from inferencesh import inference
client = inference()
# テキスト量の多いポスター
result = client.run({
"app": "alibaba/qwen-image-2-pro",
"input": {
"prompt": "Poster with title \"Welcome!\" in bold blue text at top",
"width": 1024,
"height": 1536,
"prompt_extend": False
}
})
print(result["output"])
# ライブアップデートをストリームします
for update in client.run({
"app": "alibaba/qwen-image-2-pro",
"input": {
"prompt": "Professional product photography of a watch"
}
}, stream=True):
if update.get("progress"):
print(f"progress: {update['progress']}%")
if update.get("output"):
print(f"output: {update['output']}")
関連スキル
# 標準のQwen-Image(高速、汎用)
npx skills add inference-sh/skills@qwen-image
# フルプラットフォームスキル(全150以上のアプリ)
npx skills add inference-sh/skills@agent-tools
# すべての画像生成モデル
npx skills add inference-sh/skills@ai-image-generation
すべての画像アプリを参照する: infsh app list --category image
ドキュメント
- Running Apps - CLI経由でアプリを実行する方法
- Streaming Results - リアルタイムの進捗アップデート
- File Handling - 画像の操作
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Qwen-Image Pro - Professional Image Generation
Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs.

Quick Start
Requires inference.sh CLI (
infsh). Get installation instructions:npx skills add inference-sh/skills@agent-tools
infsh login
infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}'
Pro Model Capabilities
- Professional Text Rendering: Multi-line and paragraph-level text with fine-grained detail
- Fine-grained Realism: Better textures and photorealistic scenes
- Stronger Semantic Adherence: More accurately follows complex prompts
- Complex Designs: Ideal for text + image combinations
Examples
Basic Text-to-Image
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "A futuristic cityscape at sunset with flying cars"
}'
Text-Heavy Poster
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Healing-style hand-drawn poster featuring three puppies playing with a ball. The main title \"Come Play Ball!\" is prominently displayed at the top in bold, blue cartoon font. Below, the subtitle \"Join the Fun!\" appears in green font.",
"width": 1024,
"height": 1536,
"prompt_extend": false
}'
Marketing Banner
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Professional marketing banner for summer sale. Large text \"SUMMER SALE\" in white on gradient sunset background. \"50% OFF\" in yellow below. Clean, modern design.",
"width": 1920,
"height": 1080,
"prompt_extend": false,
"negative_prompt": "blurry text, distorted text, low quality"
}'
Multiple Variations
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Minimalist logo design for a coffee shop called \"Bean & Brew\"",
"num_images": 4
}'
Image Editing (Style Transfer)
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Make the person from Image 1 wear the outfit from Image 2",
"reference_images": [
{"uri": "https://example.com/person.jpg"},
{"uri": "https://example.com/outfit.jpg"}
],
"num_images": 2
}'
Reproducible Generation
infsh app run alibaba/qwen-image-2-pro --input '{
"prompt": "Abstract geometric art in blue and gold",
"seed": 12345
}'
Input Options
| Parameter | Type | Description |
|---|---|---|
prompt |
string | Required. What to generate or edit (max 800 chars) |
reference_images |
array | Input images for editing (1-3 images) |
num_images |
integer | Number of images to generate (1-6) |
width |
integer | Output width in pixels (512-2048) |
height |
integer | Output height in pixels (512-2048) |
watermark |
boolean | Add "Qwen-Image" watermark |
negative_prompt |
string | Content to avoid (max 500 chars) |
prompt_extend |
boolean | Enable prompt rewriting (default: true) |
seed |
integer | Random seed for reproducibility (0-2147483647) |
Size constraint: Total pixels must be between 512×512 and 2048×2048.
Output
| Field | Type | Description |
|---|---|---|
images |
array | The generated or edited images (PNG format) |
output_meta |
object | Metadata with dimensions and count |
Text Rendering Tips
For best text results with the Pro model:
- Use quotes around exact text:
"Title: \"Hello World!\"" - Specify font details: color, style, size, position
- Disable prompt_extend: Set
prompt_extend: falsefor precise control - Use negative prompts:
"blurry text, distorted text, low quality"
Example prompt structure:
Poster with the title "GRAND OPENING" in large red serif font at the top center.
Below, the date "March 15, 2024" in smaller black text.
Background: elegant gold and white gradient.
Style: professional, clean, modern.
Recommended Negative Prompt
{
"negative_prompt": "low resolution, low quality, deformed limbs, deformed fingers, oversaturated, waxy, no facial details, overly smooth, AI-like, chaotic composition, blurry text, distorted text"
}
Sample Workflow
# 1. Generate sample input to see all options
infsh app sample alibaba/qwen-image-2-pro --save input.json
# 2. Edit the prompt
# 3. Run
infsh app run alibaba/qwen-image-2-pro --input input.json
Python SDK
from inferencesh import inference
client = inference()
# Text-heavy poster
result = client.run({
"app": "alibaba/qwen-image-2-pro",
"input": {
"prompt": "Poster with title \"Welcome!\" in bold blue text at top",
"width": 1024,
"height": 1536,
"prompt_extend": False
}
})
print(result["output"])
# Stream live updates
for update in client.run({
"app": "alibaba/qwen-image-2-pro",
"input": {
"prompt": "Professional product photography of a watch"
}
}, stream=True):
if update.get("progress"):
print(f"progress: {update['progress']}%")
if update.get("output"):
print(f"output: {update['output']}")
Related Skills
# Standard Qwen-Image (faster, general use)
npx skills add inference-sh/skills@qwen-image
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# All image generation models
npx skills add inference-sh/skills@ai-image-generation
Browse all image apps: infsh app list --category image
Documentation
- Running Apps - How to run apps via CLI
- Streaming Results - Real-time progress updates
- File Handling - Working with images