Skip to content

Releases: Automaticism/Promptvision

Promptvision v1.0 Win64

04 Sep 20:35
862f415

Choose a tag to compare

Rewrote application to use CustomTKinter.
Removed non used functionality.
Redid with focus on actually being able to browse large collections of generated images.

v0.8-alpha

06 Apr 01:00

Choose a tag to compare

Created a new version that is based on the latest commit b2e92b2

It unfortunately doesn't support --aesthetic True since I wasn't able to package pytorch with pyinstaller nor nuitka.
But it has all the dataframe and filtering improvements that was shipped in version 0.8.

v0.7-alpha

03 Apr 00:55
def8cbf

Choose a tag to compare

Going to keep the executable a little bit more current. Since the underlying EXIF parser has changed to drastically it's a good time to do so.

Changelog for version 0.7

  • Reviewed tag is set each time you review an image, this is useful for metadata filtering and searching (features which I'll be working on in the near future)
  • EXIF parsing should now be robust
  • JPG is also supported now
  • The UI is tightened up and made more responsive (still using "vanilla" CSS)

#16 resolved
#5 resolved

What's Changed

New Contributors

Full Changelog: https://github.com/Automaticism/Promptvision/commits/v0.7.0

v0.1.0-alpha

24 Mar 22:45

Choose a tag to compare

Executable for Windows created with pyinstaller.

pyinstaller --name=promptvision --onefile gallery.py --add-data "static;static" --add-data "templates;templates" --add-data "example.conf;." --console --additional-hooks-dir=. --hidden-import=argparse