POST/v1/sdxl1.0-zavychroma
1const axios = require('axios');
2
3
4const api_key = "YOUR API-KEY";
5const url = "https://api.segmind.com/v1/sdxl1.0-zavychroma";
6
7const data = {
8  "prompt": "An astronaut riding a rainbow unicorn, cinematic, dramatic",
9  "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",
10  "samples": 1,
11  "scheduler": "Euler a",
12  "num_inference_steps": 35,
13  "guidance_scale": 7,
14  "seed": 5645189598,
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 )

Prompts to exclude, eg. 'bad anatomy, bad hands, missing fingers'


samplesint ( default: 1 ) Affects Pricing

Number of samples to generate.

min : 1,

min : 4


schedulerenum:str ( default: DPM2 Karras )

Type of scheduler.

Allowed values:


num_inference_stepsint ( default: 25 ) Affects Pricing

Number of denoising steps.

min : 20,

min : 100


guidance_scalefloat ( default: 7.5 )

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.

Zavychroma SDXL

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.

Advantages

  1. Enhanced Realism: Improved rendering of realistic details, particularly in complex areas like eyes and teeth.

  2. Refiner-Free Excellence: Delivers high-quality results without relying on a refiner, streamlining the creative process.

Use Cases

  1. Digital Art:Artists can create stunning compositions that blend fantasy and reality.

  2. Graphic Design: Designers can infuse magical elements into their work for unique branding and visual storytelling.

  3. 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.