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-zavychroma";
const data = {
"prompt": "An astronaut riding a rainbow unicorn, cinematic, dramatic",
"negative_prompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation. tattoo, watermark, text, anime, illustration, sketch, 3d, vector art, cartoon, painting",
"samples": 1,
"scheduler": "Euler a",
"num_inference_steps": 35,
"guidance_scale": 7,
"seed": 5645189598,
"img_width": 896,
"img_height": 1152,
"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
Prompts to exclude, eg. 'bad anatomy, bad hands, missing fingers'
Number of samples to generate.
min : 1,
max : 4
Type of scheduler.
Allowed values:
Number of denoising steps.
min : 20,
max : 100
Scale for classifier-free guidance
min : 1,
max : 25
Seed for image generation.
min : -1,
max : 999999999999999
Image width can be between 512 and 2048 in multiples of 8
Image height can be between 512 and 2048 in multiples of 8
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.
Zavychroma SDXL emerges as the natural successor to the ZavyMix SD1.5 model, now reimagined for the SDXL framework. This model line is a testament to the seamless integration of magic and realism, a signature style that ZavyMix fans have come to love. With its transition to SDXL, Zavychroma SDXL promises not only a continuation of this unique aesthetic but also significant enhancements in image quality and coherence, especially in intricate details like eyes and teeth.
Enhanced Realism: Improved rendering of realistic details, particularly in complex areas like eyes and teeth.
Refiner-Free Excellence: Delivers high-quality results without relying on a refiner, streamlining the creative process.
Digital Art:Artists can create stunning compositions that blend fantasy and reality.
Graphic Design: Designers can infuse magical elements into their work for unique branding and visual storytelling.
Entertainment Industry: Filmmakers and game developers can utilize this model for concept art and visual effects that require a blend of the fantastical and the real.