POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 const axios = require('axios'); const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/flux-ipadapter"; const data = { "adapter_strength": 1, "base64": false, "guidance_scale": 3.5, "image": "https://segmind-sd-models.s3.amazonaws.com/display_images/assets_statue.jpeg", "image_format": "jpeg", "num_inference_steps": 20, "prompt": "wearing sunglasses with red hair", "quality": 95, "samples": 1, "seed": 32556, "strength": 1, "true_gs": 2 }; (async function() { try { const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } }); console.log(response.data); } catch (error) { console.error('Error:', error.response.data); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


adapter_strengthfloat ( default: 1 )

Strength of the adapter effect

min : 0,

max : 1


base64bool ( default: 1 )

Output as base64 encoded string


guidance_scalefloat ( default: 3.5 )

Guidance scale for the generation

min : 1,

max : 10


imagestr *

URL of the input image


image_formatenum:str ( default: jpeg )

Output image format

Allowed values:


negative_promptstr ( default: 1 )

Description of what to avoid in the image


num_inference_stepsint ( default: 20 )

Number of inference steps

min : 10,

max : 75


promptstr *

Description of the image to be generated


qualityint ( default: 95 )

Image quality setting for output

min : 10,

max : 100


samplesint ( default: 1 )

Number of samples to generate

min : 1,

max : 4


seedint ( default: 32556 )

Random seed for generation


strengthfloat ( default: 1 )

Strength of the effect applied

min : 0,

max : 2


true_gsfloat ( default: 2 )

True guidance scale value

min : 1,

max : 10

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Flux IP Adapter

Flux IP Adapter by XLabs AI is a groundbreaking model that revolutionizes image generation by seamlessly integrating style adaptation into pre-trained text-to-image diffusion models. This innovative tool empowers users to create high-quality, visually stunning images tailored to specific styles or concepts.

The Flux IP Adapter enables precise control over image style, allowing users to effortlessly transition between different artistic styles. The Flux IP Adapter has undergone rigorous training, ensuring exceptional performance and accuracy in generating high-quality images. Trained on both 512x512 and 1024x1024 resolutions, the model offers flexibility for various image generation tasks, from detailed close-ups to panoramic views

Use cases

  • Creative Expression: Artists and designers can leverage the Flux IP Adapter to explore new creative horizons and generate unique, visually captivating images.

  • Marketing and Branding: Businesses can use the model to create visually appealing content that aligns with their brand identity and resonates with their target audience.