qwen-wanx-comic-gen

Generate manga-style images from Chinese prompts via the DashScope API.

47|4|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill qwen-wanx-comic-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen-wanx-comic-gen
Source: https://github.com/agentbay-ai/agentbay-skills/tree/main/qwen-wanx-comic-gen
Command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill qwen-wanx-comic-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

将文本描述转为漫画/动漫风格图像的生成需求,帮助用户快速获得符合描述的画作,而无需自行摸索复杂的模型调用和提示设计。

Core Features & Use Cases

  • 基于 Wan2.6-t2i 将中文/英文描述转化为漫画风格图像,便于单格插画或分镜草图的创作。
  • 通过脚本将风格提示融入到 prompts 中,解决该模型对 style 参数的限制,提升生成的一致性。
  • 支持本地或远程运行、轮询任务状态、下载并输出图片本地路径,方便直接回复。
  • 使用示例:用户描述校园日常场景,系统输出漫画封面或风格草图。

Quick Start

以详细场景描述作为输入,运行提供的 gen.py 脚本生成漫画风格图片。

Frequently Asked Questions about qwen-wanx-comic-gen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate manga-style images from text prompts?

To generate manga-style images from text prompts, this skill uses the Wan2.6-t2i model via the DashScope API. It merges your descriptive prompts with style hints, initiates an asynchronous task, polls for status, and downloads the final anime-style artwork.

Can I use Chinese prompts to create anime artwork?

Yes, you can use Chinese prompts to create anime artwork. The skill supports Chinese text descriptions by processing them through the Wan2.6-t2i model to produce manga-style images suitable for single-panel illustrations or storyboard sketches.

Do I need a DashScope API key to generate anime images?

Yes, you need a DashScope API key to generate anime images. The skill relies on the DashScope API to handle asynchronous task creation, status polling, and image URL extraction for downloading the generated manga-style artwork.

What is the best way to ensure consistent manga style in generated images?

The best way to ensure consistent manga style is by using this skill's script that merges specific style hints into your text prompts. This approach addresses the model's style parameter limitations and enhances the visual consistency of the anime output.

How does asynchronous image generation work for manga illustrations?

Asynchronous image generation for manga illustrations works by submitting text prompts to the DashScope API, which creates a background task. The script then polls the task status until completion and automatically downloads the generated image to a local path.