A Rust client for ComfyUI with an emphasis on type safety and ergonomics.
The client library. See the README.
rucomfyui uses reqwest for HTTP requests. By default, it enables reqwest's default-tls feature. You can choose a different TLS backend by disabling default features and enabling one of the following:
default-tls: Uses the system's native TLS implementation (default)native-tls: Explicitly use the native TLS backendrustls-tls: Userustlsfor TLS
A recreation of the ComfyUI node graph in Rust using egui, egui_node_graph2 and rucomfyui.
See the README.
A demo application for the rucomfyui_node_graph crate.
See the README.
