Skip to content

Commit 8767386

Browse files
committed
Update Whats New for 1.6
1 parent 8f35470 commit 8767386

1 file changed

Lines changed: 46 additions & 4 deletions

File tree

What's New v1.6.md

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
1+
2+
# Diffusion Toolkit
3+
4+
Diffusion Toolkit (https://github.com/RupertAvery/DiffusionToolkit) is an image metadata-indexer and viewer for AI-generated images. It aims to help you organize, search and sort your ever-growing collection.
5+
6+
# Installation
7+
8+
* [Download](https://github.com/RupertAvery/DiffusionToolkit/releases/latest
9+
) (Windows)
10+
* Requires [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
11+
12+
Look for **> Assets** under the latest release, expand it, then grab the zip file **Diffusion.Toolkit.v1.x.zip**.
13+
14+
# Features
15+
16+
* Support for many image generators (A1111, InvokeAI, NovelAI, RuinedFooocus, partial ComfyUI support)
17+
* Scans and indexes your images in a database for lightning-fast search
18+
* Search images by metadata (Prompt, seed, model, etc...)
19+
* Custom metadata (stored in database, not in image)
20+
* Favorite
21+
* Rating (1-10)
22+
* NSFW
23+
* Organize your images
24+
* Albums
25+
* Folder View
26+
* Drag and Drop from Diffusion Toolkit to another app
27+
128
# What's New in v1.6
229

3-
The Albums pane has been replaced with a general-purpose navigation / filter pane. If you find your albums missing, show it with View > Albums.
30+
## Important Changes
31+
32+
**Duplicate entries will be removed when you upgrade!** This only applies to entries that have the exact same path, which can be caused by manually scanning while Diffusion Toolkit is still working on newly detected files (watched folders).
33+
34+
**Images entries will no longer be automatically removed when the image is unreachable.** This change is primarily for users who work with removable storage. Previously, scanning would look for any missing images and remove them. With an offline drive, images would suddenly be removed upon starting Diffusion Toolkit.
35+
36+
**Images that cannot be loaded will display as "unavailable"**. This will also affect images that were moved or deleted outside the app. To avoid this, it's recommended to move or delete previously indexed images using Diffusion Toolkit. To remove an image marked unavailable, select the image and right-click > Remove, or press CTRL-X or CTRL-Delete.
37+
38+
**Diffusion Toolkit is localized!** Translations are currently mostly ChatGPT-provided, so expect grammatical errors. Some areas are not yet translated. Want to contribute to localization? See `Localization\README.md`
39+
40+
**The Albums pane has been replaced with a general-purpose navigation / filter pane.** If you find your albums missing, show it with View > Albums.
41+
42+
**A folder treeview has been added.** While this supports basic adding/removing a folder, some expected functions like being able to move folders is not currently implemented.
43+
You can drag images to folders to move them.
44+
45+
**Fit-to-preview no longer locks the zoom in the preview.** Instead, it will remain on fit to preview until you middle-scroll to zoom or press CTRL - or +.
46+
47+
**The popout preview button has been moved to the title bar** next to the minimize button. If you close the popout, you can show the preview in the app with the Toggle preview button next to the popout button.
448

549
## Enhancements
650

@@ -30,6 +74,7 @@ The Albums pane has been replaced with a general-purpose navigation / filter pan
3074
* Japanese
3175
* Some text is still untranslated
3276
* Sort by Filename / Random (#182)
77+
* Improved zoom behavior
3378
* Dragging onto albums / folders will highlight the folder now
3479
* Added Sampler as a separate metadata section
3580
* Input dialog now sets focus on textbox
@@ -44,8 +89,5 @@ The Albums pane has been replaced with a general-purpose navigation / filter pan
4489

4590
Thanks to all contributors!
4691

47-
Want to contribute to localization? See `Localization\default.json` (this is provided for reference, updating it will not update the default text).
48-
49-
Or, fork the repo and create a PR for translation additions or updates.
5092

5193

0 commit comments

Comments
 (0)