You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: What's New v1.6.md
+46-4Lines changed: 46 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
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
+
1
28
# What's New in v1.6
2
29
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.
4
48
5
49
## Enhancements
6
50
@@ -30,6 +74,7 @@ The Albums pane has been replaced with a general-purpose navigation / filter pan
30
74
* Japanese
31
75
* Some text is still untranslated
32
76
* Sort by Filename / Random (#182)
77
+
* Improved zoom behavior
33
78
* Dragging onto albums / folders will highlight the folder now
34
79
* Added Sampler as a separate metadata section
35
80
* Input dialog now sets focus on textbox
@@ -44,8 +89,5 @@ The Albums pane has been replaced with a general-purpose navigation / filter pan
44
89
45
90
Thanks to all contributors!
46
91
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.
0 commit comments