cmfy 0.1.1

A CLI companion app for Comfy UI
Documentation
1
2
pub type Error = Box<dyn std::error::Error>;
pub type Result<T> = std::result::Result<T, Error>;