version: 14.1.1

pull/458/head 14.1.1
Bryce 4 months ago
parent 279dc28b1d
commit fbb16f6c62

@ -71,6 +71,10 @@ Options:
### Whats New
[See full Changelog here](./docs/changelog.md)
**14.1.1**
- tests: add installation tests for windows, mac, and conda
- fix: dependency issues
**14.1.0**
- 🎉 feature: make video generation smooth by adding frame interpolation
- feature: SDXL weights in the compvis format can now be used

@ -44,7 +44,7 @@ setup(
name="imaginAIry",
author="Bryce Drennan",
# author_email="b r y p y d o t io",
version="14.1.0",
version="14.1.1",
description="AI imagined images. Pythonic generation of images.",
long_description=readme,
long_description_content_type="text/markdown",

Loading…
Cancel
Save