muapi-fashion-try-on
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFashion Try-On
时尚虚拟试穿
Virtually try on different outfits by combining a person's photo and a clothing item, then optionally generate a professional fashion model video.
Estimated credits: ~150 per run.
通过结合人物照片与服装单品实现虚拟试穿不同穿搭,还可选择生成专业时尚模特视频。
预估消耗积分: 每次运行约150积分。
Inputs
输入项
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| image_url | yes | — | A photo of the person or model who will try on the clothes. |
| image_url | yes | — | A photo of the clothing item to try on. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| image_url | 是 | — | 将要试穿服装的人物或模特照片。 |
| image_url | 是 | — | 待试穿的服装单品照片。 |
Steps
步骤
Phase A — Virtual Try-On
阶段A——虚拟试穿
If or is not provided, ask the user to upload them.
{{person_image}}{{clothing_image}}Once both images are available, submit the plan with ONE step to perform the try-on:
- Fashion Try-On — (model=
muapi image edit):qwen-image-edit-2511- Reference Images: Use both and
{{person_image}}.{{clothing_image}} - Prompt:
A high-quality fashion photograph of the person from the first reference image wearing the exact clothing item from the second reference image. The fit should be natural and realistic, maintaining the person's pose and the clothing's texture and patterns. Soft studio lighting, neutral background, professional fashion photography style. - Aspect ratio: 1:1 or 4:5
- Reference Images: Use both
Present the resulting fashion photo to the user for approval.
若未提供或,请要求用户上传相应图片。
{{person_image}}{{clothing_image}}获取两张图片后,提交包含以下单个步骤的试穿计划:
- 时尚虚拟试穿 —— (模型=
muapi image edit):qwen-image-edit-2511- 参考图片:同时使用和
{{person_image}}。{{clothing_image}} - 提示词:
一张高质量时尚照片,展示第一张参考图片中的人物穿着第二张参考图片中的同款服装。服装贴合度自然逼真,保留人物姿势以及服装的纹理和图案。采用柔和的影棚灯光、中性背景,风格为专业时尚摄影。 - 宽高比:1:1或4:5
- 参考图片:同时使用
将生成的时尚照片展示给用户确认。
Phase B — Fashion Video Generation (Optional)
阶段B——时尚视频生成(可选)
After the image is generated, ask the user if they would like to create a professional fashion video of the model wearing the outfit.
If requested, submit the plan with ONE step:
- Fashion Video Generation — (model=
muapi video from-image):seedance-v1.5-pro-i2v-fast- Reference Image: The try-on image generated in Phase A.
- Prompt:
Shot type of Three-Quarter Length Shot. [Push in] as model gracefully places hand on hip, shifts weight to one side, tilts head slightly with soft smile, and gently adjusts hair with fingertips, creating elegant movement and confidence. - Aspect ratio: 9:16 or 4:5
After generation, present the final fashion video.
生成试穿图片后,询问用户是否需要创建模特穿着该穿搭的专业时尚视频。
若用户同意,提交包含以下单个步骤的计划:
- 时尚视频生成 —— (模型=
muapi video from-image):seedance-v1.5-pro-i2v-fast- 参考图片:阶段A生成的试穿图片。
- 提示词:
镜头类型为四分之三身长镜头。模特优雅地将手放在臀部,将重心移至一侧,微微歪头并露出柔和微笑,用指尖轻轻整理头发,呈现出优雅的动作与自信姿态,镜头[推进]。 - 宽高比:9:16或4:5
生成完成后,展示最终的时尚视频。
Trigger Keywords
触发关键词
fashion try onvirtual fitting roomtry on clothesmodel fashionclothing previewfashion try onvirtual fitting roomtry on clothesmodel fashionclothing previewNotes for the Executing Agent
执行Agent注意事项
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call CLI commands. Use
muapifirst ifmuapi auth configureis unset.MUAPI_API_KEY - For model IDs without a CLI alias yet, fall back to the raw endpoint via and poll with
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'.muapi predict wait <request_id> - Substitute placeholders with the user's actual inputs before issuing each call.
{{input_name}}
- 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入项,然后调用CLI命令。若
muapi未设置,请先执行MUAPI_API_KEY。muapi auth configure - 对于尚未设置CLI别名的模型ID,可通过原始端点调用:,并使用
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'轮询结果。muapi predict wait <request_id> - 在发起每次调用前,将占位符替换为用户的实际输入内容。
{{input_name}}