POST/v1/sdxl1.0-dyanvis-lightning
1const axios = require('axios');
2
3
4const api_key = "YOUR API-KEY";
5const url = "https://api.segmind.com/v1/sdxl1.0-dyanvis-lightning";
6
7const data = {
8  "prompt": "a very close up, beautiful woman dressed in a velure dress, very happy",
9  "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
10  "samples": 1,
11  "scheduler": "DPM++ SDE",
12  "num_inference_steps": 8,
13  "guidance_scale": 1,
14  "seed": 84865431,
15  "img_width": 1024,
16  "img_height": 1024,
17  "base64": false
18};
19
20(async function() {
21    try {
22        const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
23        console.log(response.data);
24    } catch (error) {
25        console.error('Error:', error.response.data);
26    }
27})();
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
Expand

Attributes


promptstr *

Prompt to render


negative_promptstr ( default: None )

blur, noisy, disfigured


samplesint ( default: 1 ) Affects Pricing

Number of samples to generate.

min : 1,

min : 4


schedulerenum:str ( default: DPM++ SDE )

Type of scheduler.

Allowed values:


num_inference_stepsint ( default: 8 ) Affects Pricing

Number of denoising steps.

min : 1,

min : 100


guidance_scalefloat ( default: 1.4 )

Scale for classifier-free guidance

min : 1,

min : 25


seedint ( default: -1 )

Seed for image generation.

min : -1,

min : 999999999999999


img_widthenum:int ( default: 1024 ) Affects Pricing

Can only be 1024 for SDXL

Allowed values:


img_heightenum:int ( default: 1024 ) Affects Pricing

Can only be 1024 for SDXL

Allowed values:


base64boolean ( default: 1 )

Base64 encoding of the output image.

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.

Dynavis Lightning SDXL

The Dynavis Lightning SDXL model represents a groundbreaking advancement in the realm of image generation, specializing in producing stylized 3D model outputs reminiscent of the captivating computer graphics animations seen in renowned studios like Pixar, Dreamworks, Disney Studios, and Nickelodeon. This innovative model is engineered to deliver exceptional quality and creativity in its visual representations.

Distinguished by its focus on stylized 3D model outputs, the Dynavis Lightning SDXL is geared towards creating visually striking and artistically stylized images, this model sets a new standard for excellence in the realm of computer-generated animations. A standout feature of the Dyanvis Lightning SDXL is its ability to swiftly and efficiently generate high-quality 3D model outputs, catering to applications that demand rapid and stylized image production. With the capability to produce intricate and detailed 3D models akin to those seen in top animation studios, this model offers a unique blend of speed and artistic flair.

To optimize the performance of the Dynavis Lightning SDXL, it is essential to ensure compatibility with the DPM++ SDE Karras / DPM++ SDE sampler. Leveraging 4-6 sampling steps and a CFG Scale ranging from 1 to 2 is recommended to achieve peak performance and efficiency in the image generation process. These tailored settings are crucial for unlocking the full creative potential of this cutting-edge model.