An open API service indexing awesome lists of open source software.

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.

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 screenshot of the node graph showing a SDXL Turbo workflow](crates/rucomfyui_node_graph/rucomfyui_node_graph.png)

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).