Skip to content

Commit 13d8ecd

Browse files
committed
Add What's New
1 parent 06dc0e0 commit 13d8ecd

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

What's New v1.6.1.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Diffusion Toolkit
2+
3+
Are you tired of dragging your images into PNG-Info to see the metadata? Annoyed at how slow navigating through Explorer is to view your images? Want to organize your images into albums? Wish you could search for your images by prompt?
4+
5+
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.
6+
7+
[![Organize your AI Images](https://img.youtube.com/vi/r7J3n1LjojE/hqdefault.jpg)](https://www.youtube.com/watch?v=r7J3n1LjojE&ab_channel=BillMeeks)
8+
9+
# Installation
10+
11+
* Currently runs on Windows only
12+
* [Download](https://github.com/RupertAvery/DiffusionToolkit/releases/latest
13+
) the latest release
14+
* Look for **> Assets** under the latest release, expand it, then grab the zip file **Diffusion.Toolkit.v1.x.zip**.
15+
* Unzip all the files to a folder
16+
* You may need to install the [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) if you haven't already
17+
18+
# Features
19+
20+
* Support for many image generators
21+
* AUTOMATIC1111 and A1111-compatible metadata such as
22+
* Tensor.Art
23+
* SDNext
24+
* InvokeAI (Dream/sd-metadata/invokeai_metadata)
25+
* NovelAI
26+
* Stable Diffusion
27+
* EasyDiffusion
28+
* RuinedFooocus
29+
* FooocusMRE
30+
* Scans and indexes your images in a database for lightning-fast search
31+
* Search images by metadata (Prompt, seed, model, etc...)
32+
* Custom metadata (stored in database, not in image)
33+
* Favorite
34+
* Rating (1-10)
35+
* NSFW
36+
* Organize your images
37+
* Albums
38+
* Folder View
39+
* Drag and Drop from Diffusion Toolkit to another app
40+
* Translations - Diffusion Toolkit is localized
41+
42+
# What's New in v1.6.1
43+
44+
## Enhancements
45+
46+
* Metadata panel overlay has returned for those who prefer a full-height preview pane. As before, press I to toggle.
47+
* Improved navigation pane sizing
48+
* Resizable panes
49+
* Last pane will always take up the rest of the space (and not be resizeable)
50+
* Basically works more like you would expect
51+
* Support opening images that don't match the file extension.
52+
* e.g. some tools might generate PNGs with a JPEG extension. Image viewers can open the image, but the metadata parser fails to read it correctly based on extension. This has now been fixed.
53+
* New shortcuts: toggle Navigation Pane with F3, Preview Pane with F4
54+
55+
## Bugfixes
56+
57+
* Some fixes for `UNIQUE constraint failed: Image.Path`. In case you are affected, try looking at 'https://github.com/RupertAvery/DiffusionToolkit/issues/218#issuecomment-1939824894'
58+
* Fix for layout issues. If your thumbnail appear to have only one line, this should fix it. There is also a View > Reset layout in case layout gets messed up.
59+
* Should fix some `Value cannot be null (Parameter 'element')` errors
60+

0 commit comments

Comments
 (0)