{"id":17258294,"url":"https://github.com/fmxexpress/ai-lightbox","last_synced_at":"2025-06-22T17:05:12.361Z","repository":{"id":196161681,"uuid":"694822835","full_name":"FMXExpress/AI-Lightbox","owner":"FMXExpress","description":"Desktop AI based product lightbox tool that will take an image, mask it, and place the product found inside a new product photo. Windows, Linux, macOS.","archived":false,"fork":false,"pushed_at":"2023-09-21T19:42:58.000Z","size":2970,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-30T12:32:57.161Z","etag":null,"topics":["ai","delphi","delphi-demo","generative-ai","generative-art","inpainting","lightbox","linux","macos","replicate-api","stable-diffusion","windows"],"latest_commit_sha":null,"homepage":"https://www.fmxexpress.com/","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FMXExpress.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-21T19:08:16.000Z","updated_at":"2024-09-26T02:47:33.000Z","dependencies_parsed_at":"2023-09-22T02:01:11.839Z","dependency_job_id":null,"html_url":"https://github.com/FMXExpress/AI-Lightbox","commit_stats":null,"previous_names":["fmxexpress/ai-lightbox"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Lightbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Lightbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Lightbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Lightbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FMXExpress","download_url":"https://codeload.github.com/FMXExpress/AI-Lightbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228061834,"owners_count":17863370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","delphi","delphi-demo","generative-ai","generative-art","inpainting","lightbox","linux","macos","replicate-api","stable-diffusion","windows"],"created_at":"2024-10-15T07:19:58.811Z","updated_at":"2024-12-04T07:04:57.095Z","avatar_url":"https://github.com/FMXExpress.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI-Lightbox\nDesktop AI based product lightbox tool that will take an image, mask it, and place the product found inside a new product photo. Windows, Linux, macOS.\n\nFeatures include automatically masking an image, accepting a text description, and generating up to four images of the auto masked product using the text and negative prompt, and storing the history of previous AI lightbox work. \nAdditionally, it includes an API X-Ray tab so you can easily how the interaction with the API server works.\n\nThe AI Lightbox Desktop client is a powerful UI for automatically masking and generating product images using Stable Diffusion. Also contains an option which takes an OpenAI API key and enhances the prompt using AI. The model source code is not available so use the OpenAI API key functionality at your own risk (use a seperate key for this and revoke it when not using it).\n\nBuilt with Delphi using the FireMonkey [cross-platform development](https://www.embarcadero.com/products/delphi/) framework this client works on Windows, macOS, and Linux (and maybe Android+iOS) with a single codebase and single UI. At the moment it is specifically set up for Windows.\n\nIt also features a REST integration with Replicate.com for providing Generate Image functionality within the client. You need to sign up for an API key to access that functionality. Replicate models can be run in the cloud or locally via docker.\n\n```\ndocker run -d -p 5000:5000 --gpus=all r8.im/logerzhu/ad-inpaint@sha256:b1c17d148455c1fda435ababe9ab1e03bc0d917cc3cf4251916f22c45c83c7df\ncurl http://localhost:5000/predictions -X POST \\\n-d '{\"input\": {\n  \"image_path\": \"https://url/to/file\",\n    \"product_size\": \"...\",\n    \"prompt\": \"...\",\n    \"negative_prompt\": \"...\",\n    \"api_key\": \"...\",\n    \"pixel\": \"...\",\n    \"scale\": \"...\",\n    \"image_num\": \"...\",\n    \"guidance_scale\": \"...\",\n    \"num_inference_steps\": \"...\",\n    \"manual_seed\": \"...\"\n  }}'\n```\n\n# AI Lightbox Desktop client Screeshot on Windows\n![AI Lightbox Desktop client on Windows](/screenshot.png)\n\nRequires [Skia4Delphi](https://github.com/skia4delphi/skia4delphi) to compile.\n\nOther Delphi AI clients:\n\n[SDXL Inpainting](https://github.com/FMXExpress/SDXL-Inpainting)\n\n[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client)\n\n[CodeDroidAI](https://github.com/FMXExpress/CodeDroidAI)\n\n[ControlNet Sketch To Image](https://github.com/FMXExpress/ControlNet-Sketch-To-Image)\n\n[AutoBlogAI](https://github.com/FMXExpress/AutoBlogAI)\n\n[AI Code Translator](https://github.com/FMXExpress/AI-Code-Translator)\n\n[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient)\n\n[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)\n\n[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)\n\n[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)\n\n[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)\n\n[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fai-lightbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmxexpress%2Fai-lightbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fai-lightbox/lists"}