cmfy 0.2.0

A CLI companion app for Comfy UI
Documentation
1
2
3
4
5
6
7
pub mod dto;
mod client;
mod error;

pub use client::Client;
pub use dto::{History, Prompt, Queue, SystemStats};
pub use error::{Error, Result};