comfyui_sdk_dart 0.1.0
comfyui_sdk_dart: ^0.1.0 copied to clipboard
A comprehensive Dart SDK for interacting with ComfyUI's machine learning workflow API. Create, validate, and execute ML workflows with type safety and real-time event handling.
Changelog #
0.1.0 #
Initial release of the ComfyUI SDK for Dart.
Features #
- Complete ComfyUI API support
- Type-safe workflow creation and validation
- Real-time event handling through WebSocket connections
- Comprehensive error handling with custom exceptions
- Built-in validation for nodes and workflows
- Support for all ComfyUI node types
- Example workflows for common use cases
- Extensive test coverage
- Full API documentation
Examples Included #
- Basic workflow creation
- Text-to-image generation
- Image-to-image processing
- WebSocket event handling
- Error handling examples