Image GenerationActive
text-to-image-flux-lora
Flux is a tool that generates images from text descriptions. With LoRA models, you can enhance your Flux model generation.
Text to ImageBf16Lora Flux
Model ID
text-to-image-flux-lora
Provider
wiro
Runs
24443
Updated
1770497854
wiro playground—wiro/text-to-image-flux-lora
Updated 1770497854
API quick start
Run text-to-image-flux-lora with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/text-to-image-flux-lora
{
"prompt": "Iron Man and Spider-Man singing to each o…",
"selectedModel": "...",
"selectedModelPrivate": "...",
"selectedLoraModel": "..."
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/text-to-image-flux-lora" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Iron Man and Spider-Man singing to each o…",
"selectedModel": "...",
"selectedModelPrivate": "...",
"selectedLoraModel": "..."
}
JSON