feat: add comfyui sdk

This commit is contained in:
imeepos
2025-08-08 13:48:38 +08:00
parent 763b4a975c
commit 5f6a302dfd
27 changed files with 4713 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
//! Client modules for ComfyUI SDK
pub mod http_client;
pub mod websocket_client;
pub mod comfyui_client;
// Re-export main types
pub use http_client::HTTPClient;
pub use websocket_client::WebSocketClient;
pub use comfyui_client::ComfyUIClient;