EasyUI Turns Messy AI Node Graphs Into Simple User Interface

EasyUI is a newly released open-source web interface that removes the need to edit complex node graphs when working with local AI tools. Instead of clicking through spaghetti-like connections, you type simple intent keywords like "generate" to run ComfyUI image workflows, Python scripts, or language models. The project turns clunky developer interfaces into something non-technical family and friends can actually use.
Developer Kigy1 built EasyUI over many months of late nights and has now released it as a fully open-source contribution for the community. The interface works by mapping your chosen intents to specific nodes inside exported ComfyUI workflows, so the heavy node logic stays hidden. It ships with multi-language support in Arabic, English, Chinese, and Japanese, making it practical for users around the world.
Replace nodes with plain-text intents
- Trigger workflows with simple keywords.
- Run Python scripts directly from the UI.
- Built-in template system for saved prompts.
- Multi-language support for global users.
- Mask editor and drawing tools for inpainting.
- Session management to save and restore work.
- Plugin system to extend functionality.
- Dark mode and customizable controls.
EasyUI is for privacy-conscious professionals and serious hobbyists running local models on consumer GPUs. It lets designers, content creators, or anyone uncomfortable with node editors still generate images, convert text to speech, or chat with LLMs by typing short commands. Small teams can use the favorite templates and session system to keep repeated tasks organized without writing any code.
What the developer wants you to know
The project uses a custom license that allows commercial use but requires the credit “EasyUI base made by kigy” to stay visible in the interface. While daily use is straightforward, the first-time setup still expects you to export workflows from ComfyUI’s API and run a builder script to link intents to node IDs. The developer hopes the plugin system will grow through community contributions, eventually supporting a wider range of local applications.
"EasyUI is designed to make AI accessible and simple for everyone—including family and friends—without requiring them to deal with complex code or node-based systems." — Source: GitHub