POST/v1/sdxl1.0-timeless
1const axios = require('axios');
2
3
4const api_key = "YOUR API-KEY";
5const url = "https://api.segmind.com/v1/sdxl1.0-timeless";
6
7const data = {
8  "prompt": "tangerine tango and ultramarine green color blocking, (sci-fi aesthetic:1.4), bright instagram LUT, shot of a (Danish 20 yo woman:1.2) retro-futuristic cosmonaut with a shy smile wearing a glass dome helmet and spacesuit with harness (with futuristic power plant in the background:1.2), skindentation, hourglass figure, waist cincher, on alien landscape with its surface covered in impact craters, valleys, plains and mountains, grey dust, a heavy rain storm, at sunrise, geometric gradients, sci-fi, 1950s retro-futurism, hyperrealistic, cinematic lighting, digital art, concept art, design and details, ultra-detailed, highest detail quality, ultra-realistic, photography lighting, photorealistic, cinematic, movie quality rendering, octane rendering, focused, 8k, depth of field, real shadow, vfx post-production, rtx ray tracing lighting",
9  "negative_prompt": "(worst quality, low quality:1.4), signature, artist name, text, web address, logo, error, cropped, artifacts, watermark, username, blurry, collage, grid, lens, camera lens, car, truck, road, fat, obese, armor, badges, patches, usa, nasa",
10  "samples": 1,
11  "scheduler": "UniPC",
12  "num_inference_steps": 25,
13  "guidance_scale": 7,
14  "seed": 1502673077,
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: 30 ) Affects Pricing

Number of denoising steps.

min : 20,

min : 100


guidance_scalefloat ( default: 7 )

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.

Copax Timeless SDXL

Copax TimeLess SDXL is a cutting-edge diffusion model dedicated to a broad range of artistic styles. Prioritizing style diversity over genre limitations, it allows users to craft captivating images. Continuously evolving, it boasts enhanced character and facial details. Rooted in the foundational architecture of SDXL 1.0, Copax TimeLess SDXL is meticulously crafted to prioritize artistic versatility.

Advantages

  1. Unparalleled Style Diversity: TimeLess SDXL breaks free from genre limitations, offering a vast palette of artistic styles for users to explore.

  2. Detailed Renderings: The model excels in capturing the nuances of character and facial details, ensuring lifelike and authentic visual outputs.

  3. Based on Proven Architecture: Building on the robust foundation of SDXL 1.0, TimeLess SDXL combines reliability with innovation.

Use Cases

  1. Digital Art Creation: Artists can harness TimeLess SDXL to craft diverse artworks, from portraits to abstract pieces.

  2. Content Generation: Ideal for content creators aiming to produce visually rich and varied content for their audiences.

  3. Interactive Design: Designers can iteratively shape their creations, experimenting with a myriad of styles.

  4. Educational Tools: Art students and enthusiasts can explore different artistic genres, understanding their nuances and principles.

  5. Entertainment and Media: Film and game producers can utilize it for pre-visualization, setting the artistic tone for scenes and backdrops.