Technical & DevelopmentIntermediate
fal-tryon
Virtual try-on — see how clothes look on a person
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/fal-ai-community/skills --skill fal-tryonnpx skills add https://github.com/fal-ai-community/skills --skill fal-tryonOr paste this URL into your assistant to install:
Overview
What This Skill Does
Virtual try-on — see how clothes look on a person
Application
When to use this Skill
- Integrating fal tryon into your development workflow.
- Following best practices for virtual try-on — see how clothes look on a person.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
fal-tryon
Virtual try-on — transfer garments onto person photos using fal.ai models.
Scripts
| Script | Purpose |
|---|---|
tryon.sh |
Apply a garment onto a person photo |
Usage
Basic Try-On
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/dress.jpg"
With Garment Type
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/jacket.jpg" --type top
Arguments
| Argument | Description | Required |
Lines 1 - 25 of 51
Recommendations
Explore other random skills
TechnicalIntermediate
sentry-node-sdk
Full Sentry SDK setup for Node.js, Bun, and Deno
TechnicalIntermediate
sentry-nextjs-sdk
Full Sentry SDK setup for Next.js 13+ (App Router and Pages Router)
TechnicalIntermediate
sentry-go-sdk
Full Sentry SDK setup for Go (net/http, Gin, Echo, Fiber, FastHTTP, Iris, Negroni)