mm_create_comic_script
Convert a novel into a comic script JSON, complete with character cards and storyboard.
Instructions
上传一部小说,自动生成漫剧剧本 JSON(角色卡 + 分镜)。
Args: novel_path: 本地小说文件绝对路径,支持 .txt/.md(UTF-8 或 GBK)。 style: 画风描述,默认日系动漫。 max_scenes: 分镜数量,1-50,默认 30。
Returns: str: 剧本 JSON 绝对路径与角色/分镜摘要,可人工编辑后再开拍。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | 日系动漫 | |
| max_scenes | No | ||
| novel_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |