Skip to content

A Rust client for ComfyUI with an emphasis on type safety and ergonomics.

License

Notifications You must be signed in to change notification settings

philpax/rucomfyui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rucomfyui

A Rust client for ComfyUI with an emphasis on type safety and ergonomics.

rucomfyui

The client library. See the README.

TLS Features

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 backend
  • rustls-tls: Use rustls for TLS

rucomfyui_node_graph

A screenshot of the node graph showing a SDXL Turbo workflow

A recreation of the ComfyUI node graph in Rust using egui, egui_node_graph2 and rucomfyui. See the README.

rucomfyui_node_graph_demo

A demo application for the rucomfyui_node_graph crate. See the README.

About

A Rust client for ComfyUI with an emphasis on type safety and ergonomics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages