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-realism-lora"; const data = { "prompt": "a young woman smiling while speaking onstage from segmind, white background with corporate logos blurred out, tech conference", "steps": 20, "seed": 6652105, "scheduler": "simple", "sampler_name": "euler", "aspect_ratio": "2:3", "width": 1024, "height": 1024, "upscale_value": 2, "lora_strength": 0.8, "samples": 1, "upscale": false }; (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


promptstr *

Text prompt for generating the image


stepsint ( default: 20 )

Number of steps for generating the image

min : 1,

max : 100


seedint ( default: 6652105 )

Seed for random number generation


schedulerenum:str ( default: simple )

Scheduler type for image generation

Allowed values:


sampler_nameenum:str ( default: euler )

Sampler type for image generation

Allowed values:


aspect_ratioenum:str ( default: 2:3 )

Aspect ratio for the generated image

Allowed values:


widthint ( default: 1024 )

To enable custom image width, choose 'null' in the aspect ratio option.

min : 64,

max : 4096


heightint ( default: 1024 )

To enable custom image height, choose 'null' in the aspect ratio option.

min : 64,

max : 4096


upscale_valueint ( default: 2 )

Value by which to upscale the image

min : 1,

max : 3


lora_strengthfloat ( default: 0.8 )

Strength of the LoRA (Low-Rank Adaptation) for fine-tuning

min : -10,

max : 10


samplesint ( default: 1 )

Number of samples to generate

min : 1,

max : 4


upscalebool ( default: 1 )

Whether to upscale the image or not

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 Realism Lora

Flux Realism Lora, developed by XLabs AI is a cutting-edge model designed to generate realistic images from textual descriptions. Whether you’re an artist, marketer, or developer, understanding how to use this powerful tool can unlock a world of creative possibilities.

Model Information

  • Architecture: FLUX Realism Lora leverages deep neural networks to interpret natural language prompts and create corresponding images.

  • Fine-Tuning: The model allows fine-tuning with adjustable parameters for customized results.

How to Use the Model

  1. Input Prompt: Start by providing a descriptive text prompt. Be precise and concise.

  2. Fine-Tuning Parameters:

  • Steps: Adjust the number of iterations (higher steps for more refined results).

  • Guidance Scale: Control fidelity to the prompt (higher values for closer adherence).

  • Scheduler Type: Choose from different algorithms for parameter evolution.

  • Seed Value: Ensure reproducibility.

  • Upscale Option: Enhance resolution post-generation.

  1. Generate : Run the model to create your image.

Use Cases

  • Digital Art: Create stunning visuals for illustrations, posters, and digital media.

  • Marketing: Generate eye-catching content for campaigns.

  • Education: Illustrate concepts and ideas.

  • Concept Art: Ideal for gaming or film industry pre-visualization.