Rust bindings for a Civitai + ComfyUI integration. Currently at version 0.2.12, with monthly releases. Provides high-performance model and file operations for ComfyUI workflows, leveraging Rust via PyO3. Requires Python >=3.8.
pip install rust-civit-comfy-bindingsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes bindings and downloads a model. Token is optional; without it, rate limits apply.
Update calls to use new parameter order: `bindings.download_model(model_id=..., output_dir=...)`.
Replace `get_model(id)` with `fetch_model_info(model_id=id)`.
Install from PyPI; if no wheel, install Rust via rustup first.