via “model management with format conversion and caching”
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: Implements a two-tier caching strategy: disk-based model registry with lazy loading and in-memory VRAM cache with LRU eviction. The system uses safetensors format as the canonical representation for security and performance, with automatic conversion from legacy formats on import. Model metadata is stored in a JSON registry that enables fast discovery without loading model weights.
Provides more sophisticated caching than Automatic1111 WebUI's simple model switching, and supports format conversion that Comfy UI requires manual setup for; faster model loading than cloud APIs due to local caching.