
內容簡介
Wearlook 為每個 WordPress 網站提供虛擬試衣間功能,讓訪客輕鬆上傳照片並試穿服裝,無需註冊帳號,免費使用,提升購物體驗。
【主要功能】
• 訪客可上傳個人照片試穿服裝
• 自動調整服裝尺寸以符合訪客
• 支援多張產品照片選擇試穿
• 可選擇連接 Wearlook Cloud 以獲得 AI 渲染
• WooCommerce 產品頁自動顯示試穿按鈕
外掛標籤
開發者團隊
② 後台搜尋「Wearlook – Virtual Try-On Fitting Room for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Website and live demo: https://wearlook.vercel.app — try the fitting room yourself before installing.
Wearlook gives every WordPress site a virtual fitting room — no account, no signup, free forever:
A visitor clicks Try It On and uploads a photo of themselves. The photo never leaves their browser.
If the product has more than one photo, they choose which image to try on — a different angle, or a different colour.
The garment is fitted onto their photo automatically — Wearlook measures the visitor’s shoulders and scales the garment to them, and if the product photo is shot on a model it cuts the garment off the model first. They can still drag, resize and rotate to perfect the fit, press Auto-fit to go back to the measured placement, then download the look.
(Optional premium) Businesses can connect a Wearlook Cloud account to add an AI render button that produces a photorealistic image of the garment on the visitor’s body.
Works everywhere
Any WordPress site — add [wearlook] to any page or post with a featured image, or point it at any media-library image: [wearlook image="123"]
WooCommerce (optional) — the button appears automatically on every product page with a featured image. Per-product disable checkbox included.
Blogs, portfolios, lookbooks, boutiques, designers — anywhere clothes are shown.
Choose the image to try on
Products with several photos show a thumbnail strip at the top of the try-on window.
It offers the featured image, the full product gallery, and — on variable products — the variation images, so a shopper can try the same garment in another colourway.
Switching image keeps their uploaded photo and the fit they have already set, so comparing two colours on themselves takes a single tap.
Products with a single image are unchanged: no picker, no extra clicks.
Bring your own AI (optional)
Choose Google Gemini, FASHN.ai or fal.ai and paste your own API key — renders are billed to you by that provider, at their prices (both are paid services; expect a few cents per image).
fal.ai lets you pick between several try-on models, so you can trade cost against quality.
Or point the plugin at a Wearlook Cloud server.
Leave the engine on None and the plugin stays completely free, with no external calls at all.
Free vs premium
Free (everyone): unlimited in-browser fitting room, automatic garment placement and background removal, download-your-look. Zero configuration, zero data collection.
Premium (businesses): photorealistic AI renders via Wearlook Cloud credits, with a consent checkbox and per-visitor rate limiting to protect your balance.
Local body detection
The free preview uses bundled MediaPipe Tasks Vision 0.10.32 and the Pose Landmarker Lite model. Model files are downloaded from your own WordPress site when a shopper prepares a photo. The photo is processed on their device, not sent to Google. No API key or server GPU is required for this preview. If the browser blocks the model or no reliable single-person pose is found, the shopper can place the garment manually.
For best results, use one front-facing person with both shoulders visible, and a flat-lay product image. The preview is a movable image overlay, not a clothing-size recommendation or a photorealistic clothing replacement. On-model product extraction is approximate and may retain unwanted parts of complex product photos. Photorealistic replacement still requires a configured AI provider.
Third-party runtime source and license: see assets/vendor/mediapipe/NOTICE.txt and LICENSE.
AI agents (MCP)
Wearlook registers three abilities with the WordPress Abilities API, available in WordPress 6.9 and later. Install the official MCP Adapter plugin and an AI assistant can use them as tools:
wearlook/get-status — report whether the try-on button is active and which AI engine is configured. Read only.
wearlook/list-garment-images — list every image a shopper can try on for a product, including variation colourways. Read only.
wearlook/try-on — render a person wearing one of your garments, using the AI engine you configured.
Nothing is exposed until you install an MCP server plugin yourself. On WordPress 6.8 and earlier, or with no MCP adapter present, this code does not run at all and the plugin behaves exactly as before.
The read-only abilities require the edit_posts capability. Running a try-on requires manage_options, because each render is billed to your own AI provider account — use the wearlook_ability_render_capability filter to change that. A try-on can take a person photo from your media library, or download one from a public https URL you supply; private and local addresses are refused.
External services
The free fitting room sends nothing anywhere — it runs entirely in the visitor’s browser.
AI renders are off by default. They only happen if the site owner chooses an AI engine under Settings → Virtual Try-On and enters their own API key. Whichever engine is chosen, the plugin sends the visitor’s uploaded photo, the garment image and the garment category to that service, only when a visitor clicks the “AI render” button after ticking the consent checkbox. The API key is stored in this site’s database.
Google Gemini — used when the “Google Gemini” engine is selected. Requests go to https://generativelanguage.googleapis.com, authenticated with the site owner’s Google API key.
Terms: https://ai.google.dev/gemini-api/terms · Privacy: https://policies.google.com/privacy
FASHN.ai — used when the “FASHN.ai” engine is selected. Requests go to https://api.fashn.ai, authenticated with the site owner’s FASHN.ai API key.
Terms: https://fashn.ai/terms · Privacy: https://fashn.ai/privacy
fal.ai — used when the “fal.ai” engine is selected. Requests go to https://fal.run, authenticated with the site owner’s fal.ai API key. fal.ai hosts several try-on models; the one you select in settings is the one contacted.
Terms: https://fal.ai/terms · Privacy: https://fal.ai/privacy
Wearlook Cloud — used when the “Wearlook Cloud” engine is selected. Requests go to the API server URL the site owner configures, authenticated with their Wearlook Cloud API key. This service is provided by the plugin author; its terms and privacy policy are shown in the Wearlook Cloud dashboard.
No AI service is contacted while the engine is set to “None” — the free fitting room runs entirely in the visitor’s browser.
