Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Dec 20:10
· 29 commits to master since this release
0763a45

This is a bugfix release to address a number of small issues in 1.0.0. The 1.0.0 release notes are reproduced here:

What's New

This release of PhotoMapAI adds many new features, bug fixes, and performance enhancers.

Image Dataset Curation

A completely new image curation panel was contributed by @NMWave. This feature is designed to assist in curating images for use in AI generation and classification models. This mode automates the selection and maintenance of a balanced and diverse set of training images. See Dataset Curation for more information.

Bookmarks

You can now "star" an image and add it to your favorites. You can then filter on favorites, download a zip file archive, move the favorites to a new folder, or delete them en masse.

Slideshow modes

You can now easily select whether the slideshow shows images chronologically or in shuffled order. Simply right click on the slideshow button (on desktops) or long press (on tablets) to choose which mode is active.

More Semantic Map options

You can now control whether the semantic map minimizes itself when selecting a cluster, and conveniently show, hide and clear highlighted images. In addition, the map navigation icon menu has been reorganized to make it more easily accessed on tablets.

Grid View bugs fixed

Multiple strange behaviors in the grid view, including unexpected backwards navigation, loading slowness, and misordered images have now been fixed. Performance is improved as well.

Enhanced cluster display and navigation options

The currently-selected image's cluster is now shown in the metadata panel. Clicking on the cluster name will select other images in the same cluster. In addition, the cluster name and size are shown in the thumbnails that appear when you hover over a point in the semantic map.

Better metadata support for InvokeAI

The metadata display panel has been updated to support images generated by legacy versions of the fantastic InvokeAI generative AI image creation package.

Improved album management

The Album Manager now appears instantly when you click its button in the Settings panel. It also adds a "Back" button to return to Settings when desired. In addition, the user interface for the directory browser has been cleaned up to be more intuitive and responsive.

Installation

There are several ways of installing this application. Please see Installation Instructions as a guide.

If you choose to install an executable bundle, you'll find CPU-only executables under Assets below. The GPU-accelerated versions can be found here: PhotoMapAI v.1.0.1 Executables

What's Changed since 1.0.0

  • (docs) fix command-line example for docker by @lstein in #164
  • Implement album-lock restrictions for filesystem operations by @Copilot in #166
  • Fix cluster badge not updating in metadata panel for both swiper and grid views by @Copilot in #168
  • Add single image selection mode to UMAP window by @Copilot in #170
  • Redesign fileNameBanner with distinct draggable titlebar by @Copilot in #172
  • Increase UMAP fullscreen controlsHeight to prevent overlap with bottom panels by @Copilot in #174
  • Fix umap fullscreen exit when click-to-navigate is active by @Copilot in #176
  • Add Export action to Bookmarks menu with directory picker improvements by @Copilot in #180
  • Free CUDA VRAM after search and indexing operations by @Copilot in #178
  • (chore) bump version number & update README by @lstein in #181
  • (chore) do not attempt to upload the CUDA installers; they are too large by @lstein in #182

Full Changelog: v1.0.0...v1.0.1