このモデルについて
Meta Muse 图像编辑可一次处理最多 10 张参考图像,根据文字指令完成指令驱动的编辑、合成和风格变换。描述你想要的变化——替换元素、统一多张图像的光照,或将多个参考图像组合成一个场景——Muse Image 会完成后续处理。你可以先使用 Muse Image Text to Image 生成基础图像,或与 FLUX Kontext 和 Qwen Image Edit 对比多图像编辑效果。
コスト分析
| プロバイダー | 費用 | 備考 |
|---|---|---|
| muapiapp | $0.02/run (base) | Pay-per-generation pricing, no subscription required. Final charge scales with output size and quality. |
| Fal.ai | 提供なし | Fal.ai 尚未列出 Meta Muse Image。 |
| Replicate | 提供なし | Replicate 尚未列出 Meta Muse Image。 |
Pay-per-generation pricing, no subscription required. Final charge scales with output size and quality.
Fal.ai 尚未列出 Meta Muse Image。
Replicate 尚未列出 Meta Muse Image。
** 競合サービスの料金は類似のモデル構成および利用ティアに基づいて算出された推定値です。
設定スキーマ
| パラメータ | 型 | 説明 | デフォルト |
|---|---|---|---|
| プロンプト | string | 描述所需编辑或变换的文本指令。 | Combine these into one scene, matching the lighting and color grade of the first image. |
| 画像 URL | array | 要编辑或合并的参考画像。最多対応 10 张画像。 | https://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg |
| アスペクト比 | Enum(6個の選択肢) | 出力布局尺寸。留空则使用源画像尺寸。 | - |
| 输出フォーマット | Enum(3個の選択肢) | 画像文件格式。 | webp |
描述所需编辑或变换的文本指令。
Combine these into one scene, matching the lighting and color grade of the first image.要编辑或合并的参考画像。最多対応 10 张画像。
https://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg出力布局尺寸。留空则使用源画像尺寸。
-画像文件格式。
webp開発者ドキュメント
上传 1–10 张参考图像,使用 images_list。
编写编辑指令,描述想要的变换、合成或风格变化。
可选设置 aspect_ratio ——留空即可使用源图像的尺寸。
选择 output_format ——webp(默认)、png 或 jpeg。
リクエスト送信:
curl -X POST https://api.muapi.ai/api/v1/muse-image-edit \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "Combine these into one scene, matching the lighting and color grade of the first image", "images_list": ["https://example.com/a.jpg", "https://example.com/b.jpg"], "output_format": "webp"}'
/api/v1/predictions/{request_id}/result,直到状态变为 completed。FAQ
它可以一次对最多 10 张参考图像应用文字指令,用于指令驱动的编辑、合成和风格变换。
可以通过 `images_list` 字段提供 1 到 10 张图像。
每次运行的基础固定费用为 $0.02;最终费用会根据出力尺寸和质量等参数浮动。
支持 webp(默认,紧凑且适合网页的出力)、png 和 jpeg,通过 `output_format` 设置。
可以——使用 [Muse Image Text to Image](/playground/muse-image-text-to-image) 生成起始图像,然后在此处编辑它(或将它与其他参考图像组合)。