Google 的虚拟试穿模型。将人物照片与服装商品图像合成为逼真的试穿效果图。
~30s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "google-virtual-try-on",
"prompt": "A beautiful sunset over the ocean",
"type": "IMAGE_TO_IMAGE"
}'在开发者门户获取你的API密钥。