Skip to content

Commit 0496ff3

Browse files
authored
(chore) bump version number & update README (#181)
1 parent 15bb314 commit 0496ff3

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PhotoMapAI is a fast, modern image browser and search tool for large photo colle
1313
- Thematic image clustering and visualization
1414
- Flexible album management
1515
- Bookmark images for quick access, batch download, or deletion
16+
- Curator mode for selecting a balanced set of images to use for LoRA training
1617
- Responsive UI for desktop and mobile
1718
- Support for wide range of image formats, including Apple's HEIC
1819
- Integration with the <a href="https://github.com/invoke-ai/InvokeAI">InvokeAI</a> AI image generation system
@@ -44,6 +45,12 @@ When viewing a photo in full-screen mode, you can pop out a little drawer to sho
4445

4546
<img src="https://github.com/lstein/PhotoMapAI/blob/master/docs/img/photomap_metadata.png?raw=true" alt="Image Metadata" class="img-hover-zoom">
4647

48+
## Curator Mode
49+
50+
The curator mode allows you to use a combination of algorithms and manual selection to identify a subset of images suitable for use to train image generation models (such as LoRAs) and classifiers.
51+
52+
<img src="https://github.com/lstein/PhotoMapAI/blob/master/docs/img/curator-panel.png?raw=true" alt="Image Curator Panel" class="img-hover-zoom">
53+
4754
### InvokeAI Support
4855

4956
If you are a user of the [InvokeAI](https://github.com/invoke-ai/InvokeAI) text-to-image generation tool, you can get quick access to the key settings used to generate the image, including the prompts, model and LoRAs in use, and the input images used for IPAdapters, ControlNets and the img2img raster layer. You can also display and copy the full generation graph in native JSON format and copy it to the clipboard.

docs/user-guide/bookmarks.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ When an image is bookmarked, its star icon turns yellow to indicate its bookmark
1515

1616
When you have bookmarked at least one image, the bookmark icon in the search panel (at the bottom of the screen) will turn yellow and display the number of bookmarked images. Click this icon to open the bookmarks menu with the following options:
1717

18-
- **Show**: Display only bookmarked images as search results. This allows you to quickly review all your bookmarked images.
19-
- **Hide**: When viewing bookmarked images, this option returns you to your previous view (either chronological browsing or your previous search results).
18+
- **Show**: Display only bookmarked images as search results. This allows you to quickly review all your bookmarked images. Clicking this again will clear the filter.
2019
- **Clear**: Remove all bookmarks from the current album.
2120
- **Select All**: Available when viewing search results, this option bookmarks all images in the current search results.
22-
- **Download**: Download all bookmarked images. A single image downloads directly, while multiple images are bundled into a ZIP file.
21+
- **Curate**: Open the image dataset curator panel. See [Dataset Curation](curator-mode)
22+
- **Move**: Move the selected files to a new location on the machine the PhotoMapAI backend is running on. If the destination is not one of the golder belonging to the current album, you will be asked if you want to add the destination folder to the album.
23+
- **Export**: Copy the selected files to a new location on the machine the PhotoMapAI backend is running on. The album will not be altered.
24+
- **Download**: Download all bookmarked images. A single image downloads directly, while multiple images are bundled into a ZIP file. Use this when PhotoMapAI is running on a remote machine and you want to copy some or all of its images locally. Note that when downloading a large number of images there may be significant wait for the archiving operation to complete.
2325
- **Delete**: Permanently delete all bookmarked images from the album and disk (after confirmation).
2426

2527
## Use Cases

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "photomapai"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "AI-based image clustering and exploration tool"
99
authors = [
1010
{ name = "Lincoln Stein", email = "[email protected]" }

0 commit comments

Comments
 (0)