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
28
29
30
31
32
33
34
35
36
37
38
39
const axios = require('axios');
const fs = require('fs');
const path = require('path');
async function toB64(imgPath) {
const data = fs.readFileSync(path.resolve(imgPath));
return Buffer.from(data).toString('base64');
}
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/seg-beyond";
const data = {
"prompt": "snow capped mountains",
"negative_prompt": "lowquality, badquality, sketches",
"steps": 30,
"samples": 1,
"styles": "V2,Enhance,Sharp",
"seed": 354849415,
"guidance_scale": 4,
"scheduler": "karras",
"sampler": "dpmpp_2m_sde_gpu",
"input_image": "toB64('https://segmind-resources.s3.amazonaws.com/input/f6c171a1-d4bb-4224-820a-c7c53994b145-outpaint-ip.png')",
"left": 300,
"right": 100,
"top": 0,
"bottom": 0,
"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 denoising steps.
min : 20,
max : 100
Number images to generate.
min : 1,
max : 4
Style selection
Seed for image generation.
min : -1,
max : 999999999999999
Scale for classifier-free guidance
min : 1,
max : 25
Type of scheduler.
Allowed values:
Type of sampler.
Allowed values:
input image
No of pixels to extend on left
min : 0,
max : 1024
No of pixels to extend on right
min : 0,
max : 1024
No of pixels to extend on top
min : 0,
max : 1024
No of pixels to extend on bottom
min : 0,
max : 1024
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.
AI Image Extend empowers you to seamlessly enlarge your images by intelligently adding pixels to the left, right, top, or bottom. Ideal for content creators, designers, and photographers, this image extension tool offers precise control to expand visuals without sacrificing quality or context, providing a key advantage in creative workflows.
Precise Left Extension - Add up to 1024 pixels to the left of your input image, enabling expanded compositions and the integration of additional elements.
Controlled Right Extension - Extend the right side of your image by up to 1024 pixels, useful for creating wider visuals or accommodating supplementary content.
Vertical Top Expansion - Increase the upper space of your image by adding up to 1024 pixels, ideal for incorporating more sky or background details.
Vertical Bottom Expansion - Expand the lower portion of your image by up to 1024 pixels, perfect for lengthening scenes or fitting new design layouts.
Direct Input Image Processing - Operates directly on your provided input image to perform the extension, ensuring a targeted and contextually relevant output.
Optimizing Social Media Visuals: Seamlessly resize and extend images to perfectly fit various social media platform dimensions, preventing unwanted cropping and ensuring key visual elements remain prominent.
Enhancing Photography Composition: Recover cropped edges or expand backgrounds in photographs during post-processing to reframe shots and improve overall visual storytelling.
Streamlining Graphic Design Workflows: Extend design canvases or individual image assets to accommodate additional text, graphics, or to achieve specific aspect ratios required for different media.
Preparing Adaptable Web Design Assets: Generate flexible image assets that can intelligently adapt to various screen sizes and layouts by seamlessly extending image boundaries as needed
AI Image Extend provides a powerful and user-friendly solution for precisely expanding your visual content. By offering granular control over pixel extension, this tool empowers users to seamlessly adapt their images for a wide range of creative and practical applications, making it an invaluable asset for visual content creators.