Show HN: An AI-first visual editor using GPT-4o's GPT-image-1 model(img.ly)
img.ly
Show HN: An AI-first visual editor using GPT-4o's GPT-image-1 model
https://img.ly/blog/ai-first-visual-editor-for-gpt-4o-image-gen/
9 comments
[deleted]
I'm curious about the architecture behind this integration — how does the system handle communication between GPT-4o and the visual editor in real time? Are there any challenges in syncing AI-generated content with editable UI elements?
Really interesting! I noticed it takes quite a long to generate images, what’s your take on managing latency?
Hey, yes, that's somewhat unavoidable given that is simply takes OpenAI that long to generate images. I think that's to be expected by most users. We tried to be as friendly as possible to parallelization so users aren't blocked while working in the editor.
I would assume openAI bring in the delay?
Looks very cool, any plans to open source parts of this or is it all part of your SDK?
impressive...can't wait for OpenAI to make their image gen faster tough
Instead of prompting in ChatGPT and pasting outputs into a design tool, this lets you generate, edit, and remix images all in one canvas. This allows for really interesting new workflows, like quickly mixing multiple images, or creating visual prompts by using annotations and reference on the canvas.
Some key details:
- Built with our plugin system in CE.SDK (CreativeEditor SDK) - Works with any multi modal model/API, not just OpenAI - You can bring your own API key, or extend it however you like - Focused on real-world workflows, not just concept generation
We put together a live demo and wrote a bit more on why we built it.
Would love feedback or to hear how others are thinking about AI in creative tools. If you have questions or ideas, let us know!