ComfyUI Node Builder
A Rust framework for building custom nodes for ComfyUI with enhanced performance and simplified development workflow.
Work in Progress, while the basic functionality works, there are still several features present in the Python version that have not yet been fully implemented in this Rust version. The framework is actively being developed and will continue to expand its feature set to match the full capabilities of the original ComfyUI node system.
Overview
ComfyUI Node Builder provides a powerful, type-safe framework for creating custom nodes in ComfyUI using Rust. Built with performance in mind, this framework offers faster execution times and a more streamlined development experience compared to traditional Python-based node development.
Quick Start
Basic Node Example
use *;
;
// Auto Register / Export every custom node created automatically
register!;
Join the telegram group
If you'd like to discuss this project, ComfyUI, or generative AI in general, join our Telegram community: https://t.me/thelatentspace
Contributing
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests to improve this framework.