cmfy 0.2.0

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>;