返回顶部
m

meliesAI电影制作工具

AI filmmaking CLI with 148 built-in actors, 98 visual styles, and smart model selection. Generate images, videos, posters, and thumbnails without prompt engineering. Text-to-image, text-to-video, image-to-video pipeline, upscaling, background removal. Use --actor, --art-style, --lighting, --mood flags instead of writing prompts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.1.0
安全检测
已通过
219
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

melies

Melies CLI

命令行AI电影制作。148个AI演员,98种视觉风格,50+模型。无需提示工程即可生成图像、视频、海报和YouTube缩略图。

安装

bash
npm install -g melies

身份验证

bash

浏览器登录(打开melies.co,自动验证)


melies login

或直接使用API令牌(适用于CI/代理)

melies login --token YOUR_TOKEN

或设置为环境变量

export MELIESTOKEN=yourtoken

melies.co > 设置 > API生成API令牌。

快速开始

bash

使用AI演员、吉卜力风格和金色灯光生成图像


melies image 咖啡馆里的肖像 --actor mei --art-style ghibli --lighting golden --sync

使用预设风格生成电影海报

melies poster 霓虹阴影 --style noir --actor james --sync

一条命令实现图像到视频的流水线

melies pipeline 日落时悬崖上的战士 --actor mei --best --sync

生成4个YouTube缩略图

melies thumbnail 对AI新闻做出震惊表情 --actor aria -n 4 --sync

生成前预览成本

melies image 日落 --quality --actor hailey --dry-run

智能模型选择

无需模型名称。使用质量预设:

标志图像模型视频模型
(默认 / --fast)flux-schnell (2积分)kling-v2 (30积分)
--quality
flux-pro (8积分) | kling-v3-pro (100积分) |
| --best | seedream-3 (6积分) | veo-3.1 (400积分) |
| -m | 精确模型 | 精确模型 |

-m覆盖质量预设。使用melies models列出所有可用模型。

视觉风格标志

将这些标志添加到任何image、video、thumbnail或pipeline命令:

标志示例值
--camera平视、俯视、仰视、顶视、倾斜、过肩、侧面、四分之三
--shot
极特写、特写、中景、牛仔、全身、广角、更紧、更宽 |
| --expression | 微笑、大笑、严肃、惊讶、反派假笑、诱惑、惊恐 |
| --lighting | 柔和、金色、黑色、伦勃朗、逆光、霓虹、烛光、硬光 |
| --time | 黎明、日出、金色、黄昏、夜晚、早晨、正午 |
| --weather | 晴朗、雾、雨、暴风雨、雪、阴天、薄雾 |
| --color-grade | 自然、青橙、单色、暖色、冷色、电影感、复古 |
| --mood | 浪漫、神秘、紧张、空灵、粗粝、史诗、怀旧 |
| --art-style | 电影剧照、大片、黑色电影、动漫、吉卜力、新海诚、油画、水彩、概念 |
| --era | 维多利亚、1920年代、1980年代、现代、反乌托邦、中世纪 |

多个标志可组合。示例:

bash
melies image 咖啡馆里的女人 --lighting golden --mood romantic --art-style ghibli --sync

命令

melies image \<提示词\>

从文本生成图像。

bash
melies image 山上的日落 --quality --sync
melies image 肖像 --actor mei --lighting golden --sync
melies image 赛博朋克城市 --art-style neo-noir --mood gritty -n 4 --sync
melies image 产品照片 -a 1:1 --best --sync --output photo.webp

选项:

  • - -m, --model 模型覆盖(改用质量预设)
  • -a, --aspectRatio 1:1、16:9、9:16、4:3、3:4(默认:1:1)
  • -n, --numOutputs 1-4张图像(默认:1)
  • -r, --resolution 输出分辨率(取决于模型)
  • -i, --imageUrl 图像到图像的参考图像
  • --ref 自定义角色的参考ID(参见melies ref)
  • --actor 内置AI演员名称(参见melies actors)
  • --sref 风格参考代码(参见melies styles)
  • --fast / --quality / --best 质量预设
  • --camera、--shot、--expression、--lighting、--time、--weather、--color-grade、--mood、--art-style、--era 视觉风格标志
  • --seed 可复现生成
  • --dry-run 预览提示词、模型和成本,不生成
  • -o, --output 保存文件到路径(与--sync一起使用)
  • -s, --sync 等待完成

melies video \<提示词\>

从文本或图像生成视频。

bash
melies video 森林上空的无人机镜头 --quality --sync
melies video 走在街上 --actor mei --camera low --sync
melies video 产品特写 -i https://example.com/product.jpg --sync

选项: 与image相同,外加:

  • - -d, --duration 视频时长(秒)
  • 默认宽高比为16:9
  • 同步超时为5分钟

melies poster \<标题\>

使用风格预设生成电影海报。

bash
melies poster 霓虹阴影 --style noir --sync
melies poster 最后的花园 --style anime --genre drama --actor mei --sync
melies poster 血月 -l 一名侦探追捕杀手 -g horror --quality --sync

选项:

  • - -l, --logline 简短剧情简介
  • -g, --genre 类型(恐怖、科幻、喜剧、剧情等)
  • --style 海报预设:电影感、动漫、复古、黑色电影、极简、恐怖、科幻、水彩、漫画、装饰艺术、剥削电影、宝莱坞、西部、像素艺术、超现实、纪录片、卡通、史诗奇幻、独立电影、霓虹黑色
  • --actor AI演员名称
  • --fast / --quality / --best 质量预设
  • --seed、--dry-run、--output、--sync

melies thumbnail \<提示词\>

生成YouTube缩略图(强制16:9,针对点击率优化)。

bash
melies thumbnail 对AI新闻做出震惊表情 --actor aria -n 4 --sync
melies thumbnail 烹饪教程介绍 --actor sofia --expression smile --quality --sync

选项: 与image相同。宽高比始终为16:9。默认表情为微笑,默认灯光为柔和。

melies pipeline \<提示词\>

生成图像然后将其动画化为视频。一条命令,两个步骤。

bash
melies pipeline 日落时悬崖上的战士 --actor mei --art-style concept --best --sync
melies pipeline 黎明时的宁静湖泊 --mood ethereal --lighting golden --sync

选项:

  • - --im 图像模型覆盖
  • --vm 视频模型覆盖
  • -a, --aspectRatio 两个步骤的宽高比(默认:16:9)
  • -d, --duration 视频时长
  • 所有风格标志、--actor、质量预设、--dry-run、--output
  • 同步默认为true

返回{ imageUrl, videoUrl }。

melies upscale \

将图像放大到更高分辨率。

bash
melies upscale https://... --model esrgan --scale 2 --sync
melies upscale https://... --model clarity --scale 4 --sync

模型:esrgan(3积分)、clarity(8积分)、seedvr2(5积分)。4倍缩放费用加倍。

melies remove-bg \

从图像中移除背景。返回透明PNG。

bash
melies remove-bg https://... --sync

费用:3积分。

melies actors

浏览148个内置AI演员。

bash
melies actors # 列出所有演员
melies actors --type influencer # 按类型筛选
melies actors --gender female --age 20s # 按性别和年龄筛选
melies actors

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 melies-1776375124 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 melies-1776375124 技能

通过命令行安装

skillhub install melies-1776375124

下载

⬇ 下载 melies v2.1.0(免费)

文件大小: 76.59 KB | 发布时间: 2026-4-17 15:21

v2.1.0 最新 2026-4-17 15:21
- Added browser-based login: run `melies login` to authenticate via browser (no token required).
- Updated authentication instructions in documentation for clarity and multiple login methods.
- Refactored login command to support browser auth and streamline token usage.
- Improved DX for CI and agents (token now consistent as CLI flag or env var).
- Minor documentation updates for commands and options.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部