Flux-V1.1-Ultra-Redux(画像から画像生成-Ultra)
入力画像が与えられると、FLUX.1 Reduxは微細な変化を加えた画像を再現し、元の画像を洗練することができます。
元Stability.aiのメンバーが設立したBlack Forest Labsという会社は、画像処理を行っています。来所:https://blackforestlabs.ai/
平均実行時間10-20s Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
21:9/16:9/4:3/1:1/3:4/9:16/9:21
image_prompt_strength
number
optional{
"image_url": "",
"prompt": "",
"output_format": "jpeg",
"raw": true,
"aspect_ratio": "16:9",
"image_prompt_strength": 0.1
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/flux-v1.1-ultra-redux' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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 has_nsfw_concepts
array[boolean]
required{
"images": [
{
"url": "string",
"width": 0,
"height": 0,
"content_type": "string"
}
],
"timings": {},
"seed": 0,
"has_nsfw_concepts": [
true
],
"prompt": "string"
}
Modified at 2024-11-22 02:39:23