https://github.com/philpax/rucomfyui
A Rust client for ComfyUI with an emphasis on type safety and ergonomics.
https://github.com/philpax/rucomfyui
comfyui-api egui rust
Last synced: 9 days ago
JSON representation
A Rust client for ComfyUI with an emphasis on type safety and ergonomics.
- Host: GitHub
- URL: https://github.com/philpax/rucomfyui
- Owner: philpax
- License: mit
- Created: 2024-09-17T16:39:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:00:43.000Z (25 days ago)
- Last Synced: 2025-04-15T00:16:50.636Z (9 days ago)
- Topics: comfyui-api, egui, rust
- Language: Rust
- Homepage:
- Size: 828 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `rucomfyui`
A Rust client for ComfyUI with an emphasis on type safety and ergonomics.
## `rucomfyui`
The client library. See [the README](./crates/rucomfyui/README.md).
## `rucomfyui_node_graph`

A recreation of the ComfyUI node graph in Rust using `egui`, `egui_node_graph2` and `rucomfyui`.
See [the README](./crates/rucomfyui_node_graph/README.md).## `rucomfyui_node_graph_demo`
A demo application for the `rucomfyui_node_graph` crate.
See [the README](./bin/rucomfyui_node_graph_demo/README.md).