Release Notes#

artkit 1.0.1#

  • FIX: CachedDiffusionModel and :class`CachedVisionModel` are now also available through the artkit.api module. Bot classes had been defined in the artkit.diffusion.base and artkit.vision.base modules, respectively, even though they are not abstract base classes. The fix moves both classes one level up to the artkit.diffusion and artkit.vision modules, which also exposes then through the artkit.api module.

artkit 1.0.0#

Initial release of artkit.