wavespeed-ai/flux-dev-lora-ultra-fast
Run in Apifox
FLUX.1 [dev] 超高速なエンドポイントで、LoRAをサポートし、事前トレーニングされたLoRAアダプターを活用してパーソナライズされた高品質な画像生成を実現します。特定のスタイル、ブランドイメージ、製品固有の出力に適しています。
Request Body Params application/json
{
"enable_base64_output" : false ,
"guidance_scale" : 3.5 ,
"image" : "" ,
"loras" : [
{
"path" : "strangerzonehf/Flux-Super-Realism-LoRA" ,
"scale" : 1
}
] ,
"num_images" : 1 ,
"num_inference_steps" : 28 ,
"output_format" : "jpeg" ,
"prompt" : "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250" ,
"seed" : -1 ,
"size" : "1024*1024" ,
"strength" : 0.8
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/flux-dev-lora-ultra-fast' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_base64_output": false,
"guidance_scale": 3.5,
"image": "",
"loras": [
{
"path": "strangerzonehf/Flux-Super-Realism-LoRA",
"scale": 1
}
],
"num_images": 1,
"num_inference_steps": 28,
"output_format": "jpeg",
"prompt": "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250",
"seed": -1,
"size": "1024*1024",
"strength": 0.8
}'
Responses application/json Generate Code
{
"code" : 200 ,
"message" : "success" ,
"data" : {
"id" : "51aefa20d0ae459ab6689e8694106785" ,
"model" : "wavespeed-ai/flux-dev-ultra-fast" ,
"outputs" : [ ] ,
"urls" : {
"get" : "https://api.302.ai/ws/api/v3/predictions/51aefa20d0ae459ab6689e8694106785/result"
} ,
"has_nsfw_contents" : [ ] ,
"status" : "created" ,
"created_at" : "2025-10-20T08:26:46.871Z" ,
"error" : "" ,
"executionTime" : 0 ,
"timings" : {
"inference" : 0
}
}
}
Modified at 2025-10-21 06:23:36