image here
Node.AI is generative AI image creation tool that leverages Apple’s native Image Playground API, offering an intuitive node-based interface.
04 | The story behind the project
While experimenting with COMFY UI (open source node-based application for creating images, videos, and audio with GenAI.) on my MacBook Pro, I found the rendering process for complex images to be inefficient, often taking over 20 minutes due to CPU and RAM limitations. This prompted me to explore whether I could develop a node-based application similar to COMFY UI, but leveraging Swift and the latest Image Playgrounds API for improved performance and a more native Apple experience.

05 | Primary Objectives
1. Gain hands-on experience in building a node-based architecture.
2. Develop an image generation application inspired by COMFY UI, optimized for Apple platforms. 
Back to Top