Advanced retouching capabilities - SeedEdit 3.0 i2i
We test the SeedEdit 3.0's photo retouching capabilities.
If you're looking for an API, here is a sample code in NodeJS to help you out.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const axios = require('axios');
const api_key = "YOUR API KEY";
const url = "https://api.segmind.com/workflows/68a98710c49c91c2edbbbfa0-v1";
const data = {
image_ukbxw: "publicly accessible image link",
Instructions: "the user input string",
Upscale_x: "2x" // Options: 2x, 4x, 6x
};
axios.post(url, data, {
headers: {
'x-api-key': api_key,
'Content-Type': 'application/json'
}
}).then((response) => {
console.log(response.data);
});
1
2
3
4
5
{
"poll_url": "<base_url>/requests/<some_request_id>",
"request_id": "some_request_id",
"status": "QUEUED"
}
You can poll the above link to get the status and output of your request.
1
2
3
{
"Upscaled_output": "image in URL Format"
}
Attributes
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.
Retouch photographs using ByteDance's SeedEdit 3.0
Edited by Segmind Team on October 1, 2025.
What is this Pixelflow?
SeedEdit by ByteDance is an AI model that supports fast, high-quality image editing and is a powerful tool for app developers and creators. While handling complex prompts with impressive accuracy, its core strength lies in its ability to preserve the content, i.e., it can produce desired results without modifying the vital details of the original image, which makes it unique. You can highlight the critical details within the image, including faces, identities, or specific regions, and mark them for no modification; this will ensure those aspects remain precisely intact while you get your desired image result. SeedEdit is significantly advanced in image editing, outperforming GPT Image 1 and Gemini 2.0.
If you also combine SeedEdit with Topaz's Image Upscaler, it creates an efficient workflow that can be used to retouch the images for high-resolution results, excellent for magazines or premium website images.
How does this Pixelflow Work?
Using Pixelflow is quite a breeze; first, use the SeedEdit 3.0 model by providing a detailed prompt to edit the original image by selecting the various parameters and controlling the scale of editing. Then use the Topaz Image Upscaler model to enhance the resolution to achieve professional-grade images.
How to Customize it?
We have used the following template in the example:
I) Edit this photo shoot image of a model. Apply the following edits using SeedEdit:
- Skin Retouching: [smoothness level: low/medium/high], preserve natural skin texture.
- Lighting & Exposure: [brightness: -2 to +2], [contrast: -2 to +2], [shadow recovery: off/low/high].
- Color Balance & Tone: [skin tone: warm/neutral/cool], [saturation: low/medium/high].
- Facial & Body Refinement: [adjustments: none/subtle/moderate], focus on [eyes/hair/jawline/body shape].
- Background Cleanup: [remove distractions: yes/no], [background blur: none/soft/strong].
Tip: Keep the result natural and high quality, avoiding over-editing.
II) Once the image editing is complete, we send it to the Topaz Image Upscaler model to increase the resolution to 2x (or 4x, 6x) for finer details, smoother gradients, and crisper edges.
Who is it for?
This Pixelflow can be an asset for various industries and professionals who need advanced image retouching and high-resolution capabilities, including -
- Professional Photographers and Portrait Studios
- Fashion, Beauty, and Apparel Industry
- Advertising and Marketing Agencies
- Media, Publishing, and Digital Content Creators
- E-commerce and Online Retail Businesses
You may use this Pixelflow as we have explained, or experiment by replacing the upscaler model with other alternatives such as Bria Increase Resolution and ESRGAN.
Models Used in the Pixelflow
seededit-v3
SeedEdit 3.0 enables seamless, high-quality image edits through advanced AI-driven techniques.

topaz-image-upscale
Topaz Labs image upscale is an industry-leading AI photo upscaler designed to increase the resolution of photos while preserving and enhancing fine details such as sharpness, and textures.
