Analysis updated 2026-05-18
Turn a phone snapshot of a product into a studio quality shot.
Generate ecommerce listing images in different aspect ratios.
Batch produce product photography for a whole catalog using a spreadsheet trigger.
| mfrostbutter/n8n-ai-product-photo-studio | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | CSS | Python |
| Last pushed | — | 2022-10-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | pm founder | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a KIE.AI API key and an OpenAI API key, and an n8n instance to run it in.
This is a workflow file for n8n, the automation platform, that turns an ordinary product photo into a styled studio shot. You upload a photo through a simple web form, choose a photo type and aspect ratio, describe the scene in one line of plain English, and an image to image AI model re-renders the product into a professional looking shot. There is no website to build and no server to host beyond your n8n instance. The whole process costs about eleven cents per image. The workflow only changes the scene, lighting, and styling around the product. It never alters the product itself. To use it you need two API keys: one from KIE.AI, which handles uploading, generating, and checking the status of each image, and one from OpenAI, which expands your short scene description into a full, detailed photography prompt using a small model. You also need an n8n instance, either self hosted or on n8n Cloud. Setup takes about five minutes. You import the workflow file into n8n, add your KIE.AI key as a Bearer Auth credential on three specific nodes, add your OpenAI credential to the chat model node, then activate the workflow and open the form's production link. Behind the scenes, the form submission uploads your photo to get a temporary public link, an OpenAI powered agent expands your instructions into a professional prompt, an image model called nano banana two re-renders the photo, and the workflow polls every five seconds until the result is ready. One important note: the image links from KIE.AI expire after a few days, so you will want to add a step that saves the result somewhere permanent, such as Imgur, an S3 bucket, or Google Drive, if you want to keep it. The project is released under the MIT license and was built by its author for a candle brand's product photography needs before being shared publicly as a smaller, standalone piece.
An n8n workflow that turns a plain product photo into a professional studio shot using AI, for about 11 cents per image.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.