Meta Muse 图像编辑: AI Image Editor

使用 Meta Muse 图像编辑,通过文字指令编辑或组合最多 10 张图像。免费试用——按次生成付费,无需订阅。

📝

Overview

About this model

Meta Muse 图像编辑可一次处理最多 10 张参考图像,根据文字指令完成指令驱动的编辑、合成和风格变换。描述你想要的变化——替换元素、统一多张图像的光照,或将多个参考图像组合成一个场景——Muse Image 会完成后续处理。你可以先使用 Muse Image Text to Image 生成基础图像,或与 FLUX KontextQwen Image Edit 对比多图像编辑效果。

1合成场景:将多张参考图像组合成一个连贯的场景。
2风格匹配:将一张图像的光照或色彩分级匹配到其他几张图像。
3对象替换:通过文字指令替换或添加现有图像中的元素。
4批量编辑:以高性价比将同一指令应用到一组相关图像。
5产品摄影:将产品合成到不同的背景或场景中。
💰

Pricing & Value

Cost analysis

muapiapp$0.02/run (base)

Pay-per-generation pricing, no subscription required. Final charge scales with output size and quality.

Fal.aiNon disponibile

Fal.ai 尚未列出 Meta Muse Image。

ReplicateNon disponibile

Replicate 尚未列出 Meta Muse Image。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

描述所需编辑或变换的文本指令。

Default ValueCombine these into one scene, matching the lighting and color grade of the first image.
Immagine URLarray

要编辑或合并的参考Immagine。最多Supportato 10 张Immagine。

Default Valuehttps://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg
ProporzioniEnum (6 options)

Output布局尺寸。留空则使用源Immagine尺寸。

Default Value-
输出FormatoEnum (3 options)

Immagine文件格式。

Default Valuewebp
📖

Implementation Guide

Developer documentation

Come Usare Meta Muse 图像编辑

  1. 上传 1–10 张参考图像,使用 images_list

  2. 编写编辑指令,描述想要的变换、合成或风格变化。

  3. 可选设置 aspect_ratio ——留空即可使用源图像的尺寸。

  4. 选择 output_format ——webp(默认)、pngjpeg

  5. 提交请求

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"}'
  1. 轮询 /api/v1/predictions/{request_id}/result,直到状态变为 completed

Common Questions

Frequently asked

什么是 Meta Muse 图像编辑?

它可以一次对最多 10 张参考图像应用文字指令,用于指令驱动的编辑、合成和风格变换。

我可以提供多少张图像?

可以通过 `images_list` 字段提供 1 到 10 张图像。

Meta Muse 图像编辑的费用是多少?

每次运行的基础固定费用为 $0.02;最终费用会根据Output尺寸和质量等参数浮动。

有哪些Output格式可用?

支持 webp(默认,紧凑且适合网页的Output)、png 和 jpeg,通过 `output_format` 设置。

我可以先生成新的基础图像吗?

可以——使用 [Muse Image Text to Image](/playground/muse-image-text-to-image) 生成起始图像,然后在此处编辑它(或将它与其他参考图像组合)。