wiro / InfiniteYou-flux-lora
InfiniteYou-flux-lora
InfiniteYou-Flux-LoRA extends InfiniteYou with LoRA fine-tuning capabilities for even deeper personalization and stylistic control. InfiniteYou is a flexible photo editing tool that transforms and enhances portraits while preserving the subject’s unique identity. With LoRA enhancement, you can adapt styles, customize personas, and achieve detailed, high-fidelity results tailored to your creative vision.
InfiniteYou-Flux-LoRA extends InfiniteYou with LoRA fine-tuning capabilities for even deeper personalization and stylistic control. InfiniteYou is a flexible photo editing tool that transforms and enhances portraits while preserving the subject’s unique identity. With LoRA enhancement, you can adapt styles, customize personas, and achieve detailed, high-fidelity results tailored to your creative vision.
API quick start
Run InfiniteYou-flux-lora with a single API call.
{
"prompt": "Your prompt here",
"selectedLoraModel": "...",
"selectedLoraModelPrivate": "...",
"selectedLoraModelPrivateUrl": "..."
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/InfiniteYou-flux-lora" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Your prompt here",
"selectedLoraModel": "...",
"selectedLoraModelPrivate": "...",
"selectedLoraModelPrivateUrl": "..."
}
JSONPricing: $0.043977/output
View full API docs