Flux-V1.1-Ultra-Redux(Image-to-image generation-Ultra)
Run in Apifox
Given an input image, FLUX.1 Redux can reproduce images with slight variations, allowing for the refinement of the given image. A company called Black Forest Labs, founded by former Stability.ai members, focuses on image processing. from:https://blackforestlabs.ai/ Average runtime10-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-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--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 Generate Code
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:15:40