muapi-fashion-try-on

Generates virtual outfit try-on images and fashion model videos from person and clothing photos.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-fashion-try-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-fashion-try-on
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/fashion-try-on
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-fashion-try-on

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualizing how a clothing item looks on a specific person normally requires physical fittings or professional photoshoots. This Skill combines a person's photo with a clothing item image to produce a realistic virtual try-on result, and can optionally animate it into a fashion model video.

Core Features & Use Cases

  • Virtual Try-On: Merges a person photo and a clothing image via the qwen-image-edit-2511 model to produce a realistic outfit preview with natural fit, texture, and studio lighting.
  • Fashion Video Generation: Optionally converts the try-on image into a professional fashion video using the seedance-v1.5-pro-i2v-fast image-to-video model with elegant model movements.
  • Use Case: An e-commerce seller uploads a model photo and a new dress image to preview how the garment looks on the model, then generates a short promotional video for a product listing.

Quick Start

Ask the agent to virtually try on a clothing item by providing a person photo and a clothing photo, for example: use fashion try on with my portrait and this jacket image.

Frequently Asked Questions about muapi-fashion-try-on

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I virtually try on clothes using AI?

Provide a photo of the person and a photo of the clothing item as image URLs. The skill submits both as reference images to the qwen-image-edit-2511 model, which generates a realistic photo of the person wearing the garment with natural fit and preserved textures.

How to generate a fashion model video from a try-on image?

After the try-on image is generated, confirm you want a video. The skill calls muapi video from-image with the seedance-v1.5-pro-i2v-fast model, animating the model with elegant movements like hand-on-hip poses and hair adjustments in 9:16 or 4:5 aspect ratio.

What inputs does virtual try-on require?

Two image URLs are required: person_image, a photo of the person or model, and clothing_image, a photo of the garment. If either is missing, the agent will ask you to upload them before submitting the generation request.

Does the fashion try-on skill need an API key?

Yes, it requires a MuAPI account. Set the MUAPI_API_KEY environment variable or run muapi auth configure before use. Without authentication, the image edit and video generation commands cannot be submitted.

What aspect ratios are supported for try-on images and videos?

Try-on images support 1:1 or 4:5 aspect ratios, suitable for product listings and portraits. Fashion videos support 9:16 or 4:5, covering vertical social media formats and standard portrait framing.