fal-tryon
Original:🇺🇸 English
Translated
1 scripts
Virtual try-on — see how clothes look on a person. Use when the user requests "Try on clothes", "Virtual try-on", "How does this look on me", "Fashion try-on", "Garment transfer".
2installs
Sourcefal-ai-community/skills
Added on
NPX Install
npx skill4agent add fal-ai-community/skills fal-tryonTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →fal-tryon
Virtual try-on — transfer garments onto person photos using fal.ai models.
Scripts
| Script | Purpose |
|---|---|
| Apply a garment onto a person photo |
Usage
Basic Try-On
bash
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/dress.jpg"With Garment Type
bash
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/jacket.jpg" --type topArguments
| Argument | Description | Required |
|---|---|---|
| URL of person/model photo | Yes |
| URL of garment/clothing image | Yes |
| Garment type: top, bottom, full-body, dress | No (auto-detect) |
| Model endpoint | No (default: fal-ai/fashn/tryon/v1.5) |
| speed, balanced, quality | No (default: balanced) |
Finding Models
To discover the best and latest virtual try-on models, use the search API:
bash
# Search for try-on models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "try-on"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "virtual tryon"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "garment"Or use the MCP tool with keywords like "try-on", "tryon", "garment", "fashion".
search_modelsTips
- Person photo should show clear full or upper body
- Garment image works best on plain/white background (flat-lay or mannequin)
- Remove garment background first for best results
- Specify garment type (top/bottom/dress) for more accurate placement