POST/v1/sd1.5-cuterichstyle
1const axios = require('axios');
2
3
4const api_key = "YOUR API-KEY";
5const url = "https://api.segmind.com/v1/sd1.5-cuterichstyle";
6
7const data = {
8  "prompt": "cbzbb , elon musk ,charachter ,cute, little,  beautiful, devian art, trending artstation, digital art, detailed, cute, realistic, humanoide, character, tiny,cinematic sho ,cinematic lights,elon musk,looks happy",
9  "negative_prompt": "pencil draw, bad photo, bad draw , anime,ironman,robot,animals,explosions,text,letters,ugly",
10  "scheduler": "dpmpp_sde_ancestral",
11  "num_inference_steps": 20,
12  "guidance_scale": 7,
13  "samples": 1,
14  "seed": 630080558,
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.

Cute Rich Style

Cute Rich Style model is based on Stable Diffusion 1.5 framework and trained on images from Midjourney, this model is a masterclass in generating lifelike representations of people, animals, and creatures. By integrating photos from Midjourney, the model achieves a unique blend of realism and creativity, ensuring outputs that are both captivating and true to life.

Advantages

  1. Diverse Image Generation: Whether it's people in varied attires and poses or animals and creatures from your wildest imaginations, Cure Rich Style delivers with precision.

  2. High-Quality Realism: Thanks to the integration of Midjourney photos, the model crafts images that resonate with lifelike accuracy.

  3. Versatile Applications: From human figures to the animal kingdom and beyond, the model's range is vast and varied.

Optimized for Detail: Every generated image boasts intricate details, capturing the essence of the subject with finesse.

Use Cases

  1. Character Design: Ideal for artists and game developers looking to design detailed human or creature characters.

  2. Film and Animation: Filmmakers and animators can harness the Cure Rich Style model for pre-visualization and character development.

  3. Digital Art Creation: Artists can craft detailed portraits, wildlife art, or mythical creatures with ease.