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
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/sdxl1.0-protovis-lightning";
const data = {
"prompt": "Disney Animation, Pixar Studios, 3D Rendering, bear in a wooden rocking chair, wearing a red pastel dress with beautiful embellishments, reading a book, near a fireplace, in a log cabin, with blue sky and clouds with a rainbow in the window",
"negative_prompt": "(octane render, render, drawing, bad photo, bad photography:1.3), (worst quality, low quality, blurry:1.2), (bad teeth, deformed teeth, deformed lips), (bad anatomy, bad proportions:1.1), (deformed iris, deformed pupils), (deformed eyes, bad eyes), (deformed face, ugly face, bad face), (deformed hands, bad hands, fused fingers), morbid, mutilated, mutation, disfigured",
"samples": 1,
"scheduler": "DPM++ SDE",
"num_inference_steps": 9,
"guidance_scale": 1,
"seed": 2897745,
"img_width": 1024,
"img_height": 1024,
"base64": 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);
}
})();
Prompt to render
blur, noisy, disfigured
Number of samples to generate.
min : 1,
max : 4
Type of scheduler.
Allowed values:
Number of denoising steps.
min : 1,
max : 100
Scale for classifier-free guidance
min : 1,
max : 25
Seed for image generation.
min : -1,
max : 999999999999999
Can only be 1024 for SDXL
Allowed values:
Can only be 1024 for SDXL
Allowed values:
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.
The ProtoVision Lightning SDXL model stands at the forefront of innovation, specializing in the production of High Fidelity 3D, Photorealism, Anime, and hyperrealism images. This cutting-edge model is engineered to deliver unparalleled visual quality and creativity across a spectrum of artistic styles.Distinguished by its focus on High Fidelity 3D, Photorealism, Anime, and hyperrealism images, the ProtoVision Lightning SDXL represents a significant advancement in image generation technology, setting a new standard for excellence in creating visually stunning and artistically diverse images.
A standout feature of the ProtoVision Lightning SDXL is its exceptional ability to swiftly and efficiently produce high-quality images across various styles, catering to applications that demand rapid and diverse image production. With the capacity to generate intricate and detailed images spanning different genres such as Anime and hyperrealism, this model offers a unique blend of speed and artistic versatility.
To optimize the performance of the ProtoVision Lightning SDXL, ensuring compatibility with the DPM++ SDE Karras / DPM++ SDE sampler is essential. Leveraging 4-6 sampling steps and a CFG Scale set between 1 and 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 advanced model.