via “node-based workflow composition and execution”
Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial product
Unique: Uses a BaseInvocation abstract class system where each node type implements a schema-driven interface with Pydantic validation, enabling type-safe composition and automatic OpenAPI schema generation. The graph execution engine performs topological sorting and dependency resolution at runtime, allowing dynamic node insertion and parameter overrides without recompilation.
Provides more granular control over pipeline composition than Comfy UI's node system through stronger type safety and schema validation; more flexible than linear pipeline tools like Automatic1111 WebUI which lack graph composition.