InfiniteYou-flux
InfiniteYou-Flux unlocks the power of ByteDance’s InfiniteYou model, optimized with Wiro’s Flux pipeline for faster and more efficient image generation. InfiniteYou is a flexible photo editing tool that transforms and enhances portraits while preserving the subject’s unique identity. Create stunning avatars, characters, and imaginative portraits effortlessly — perfect for personal branding, creative projects, and social media content.
InfiniteYou-Flux unlocks the power of ByteDance’s InfiniteYou model, optimized with Wiro’s Flux pipeline for faster and more efficient image generation. InfiniteYou is a flexible photo editing tool that transforms and enhances portraits while preserving the subject’s unique identity. Create stunning avatars, characters, and imaginative portraits effortlessly — perfect for personal branding, creative projects, and social media content.
Example prompts
Great starting points for InfiniteYou-flux.
API quick start
Run InfiniteYou-flux with a single API call.
{
"prompt": "a man standing on the street",
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"steps": 30
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/infiniteyou-flux" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "a man standing on the street",
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"steps": 30
}
JSON