POST/v1/sd1.5-526mix
1const axios = require('axios');
2
3
4const api_key = "YOUR API-KEY";
5const url = "https://api.segmind.com/v1/sd1.5-526mix";
6
7const data = {
8  "prompt": "POV photo of an amazing snozboffle milkshake with chocolate syrup on a plain glass. busy retro diner interior background, people in background, kodak vision 3",
9  "negative_prompt": "<neg-sketch-2>, illustration, unreal, unclear",
10  "scheduler": "dpmpp_sde_ancestral",
11  "num_inference_steps": 20,
12  "guidance_scale": 7,
13  "samples": 1,
14  "seed": 3111376584,
15  "img_width": 512,
16  "img_height": 768,
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'


schedulerenum:str ( default: UniPC )

Type of scheduler.

Allowed values:


num_inference_stepsint ( default: 20 ) Affects Pricing

Number of denoising steps.

min : 20,

min : 100


guidance_scalefloat ( default: 7.5 )

Scale for classifier-free guidance

min : 0.1,

min : 25


samplesint ( default: 1 ) Affects Pricing

Number of samples to generate.

min : 1,

min : 4


seedint ( default: -1 )

Seed for image generation.


img_widthenum:int ( default: 512 ) Affects Pricing

Width of the image.

Allowed values:


img_heightenum:int ( default: 512 ) Affects Pricing

Height of the Image

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.

526 Mix

526 Mix is based on Stable Diffusion 1.5, a cutting-edge model designed to offer enhanced saturation control and unparalleled realism. Whether you're aiming for 3D style images, classic paintings, or detailed illustrations, the 526 Mix model offers tailored solutions to meet your creative needs. The 526 Mix model, in its latest version at 7 CFG, has significantly reduced issues related to high saturation compared to its predecessors.

Advantages

  1. Enhanced Saturation Control: The model's design ensures vibrant outputs without over-saturation, providing a balanced visual experience.

  2. Tailored Prompts for Paintings: For fullscreen painting outputs without any 3D-like anomalies, using "framed, borders, photo" as a negative prompt is suggested.

  3. Optimized Illustration Outputs: For illustrations, negative prompts like "photo" or "realistic" can yield the best results.

Use Cases

  1. Digital Art Creation: Artists can harness the 526 Mix model to craft vibrant paintings or detailed illustrations.

  2. 3D Visualization: Ideal for designers and animators seeking to create lifelike 3D images with controlled saturation.

  3. Educational Platforms: Art students can explore various styles and techniques, enhancing their learning experience.

  4. Interactive Design: Designers can iteratively shape their creations, experimenting with a myriad of styles and saturation levels.