Releases: Automaticism/Promptvision
Promptvision v1.0 Win64
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
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
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)
What's Changed
- Subdir by @Automaticism in #2
- Requests by @Automaticism in #7
- Extended version by @Automaticism in #17
New Contributors
- @Automaticism made their first contribution in #2
Full Changelog: https://github.com/Automaticism/Promptvision/commits/v0.7.0
v0.1.0-alpha
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