Flux-V1.1-Ultra-Redux(画像から画像生成-Ultra)
入力画像が与えられると、FLUX.1 Reduxは微細な変化を加えた画像を再現し、元の画像を洗練することができます。
元Stability.aiのメンバーが設立したBlack Forest Labsという会社は、画像処理を行っています。来所:https://blackforestlabs.ai/
平均実行時間10-20s Request
Body Params application/json
{
"image_url": "",
"prompt": "",
"output_format": "jpeg",
"raw": true,
"aspect_ratio": "16:9",
"image_prompt_strength": 0.1
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/flux-v1.1-ultra-redux' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "",
"prompt": "",
"output_format": "jpeg",
"raw": true,
"aspect_ratio": "16:9",
"image_prompt_strength": 0.1
}'
Responses
application/json {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260115/d26d67dc8627788239228933464c0fdb.jpg",
"content_type": "image/jpeg",
"file_size": 0,
"width": 2752,
"height": 1536
}
],
"seed": 961130583,
"has_nsfw_concepts": [
false
],
"debug_latents": null,
"debug_per_pass_latents": null
}
Modified at 2026-01-15 02:49:14