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
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 without having to move them around to different folders? Wish you could easily search your images metadata?
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 without having to move them around to different folders? Wish you could easily search for images using metadata?
4
4
5
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 of best quality 4k masterpieces.
6
6
7
7
# Installation
8
8
9
9
### Windows
10
10
11
-
* If you haven’t installed it yet, download and install the [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
11
+
* If you haven’t installed it yet, download and install the [.NET 10 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
12
12
*[Download the latest release](https://github.com/RupertAvery/DiffusionToolkit/releases/latest)
13
-
* Under the latest release, expand Assets and download **Diffusion.Toolkit.v1.9.0.zip**.
13
+
* Under the latest release, expand Assets and download **Diffusion.Toolkit.v1.10.zip**.
14
14
* Extract all files into a folder
15
15
16
-
### Linux / MacOS
17
-
18
-
An basic experimental version is available on the AvaloniaUI branch. It works, and is functional, but it is now outdated and lacks features due to some bugs I have experienced in Avalonia.
19
-
20
-
No official build is currently available, and while it can build on MacOS, getting it to run as an App can be tricky.
21
-
22
16
# Features
23
17
18
+
* Scans and indexes your images and videos into a database for fast search
19
+
* Search images by metadata (Prompt, seed, model, etc...) and ComfyUI workflow nodes
24
20
* Support for many image metadata formats:
25
21
* AUTOMATIC1111 and A1111-compatible metadata such as
26
22
* Tensor.Art
@@ -35,16 +31,16 @@ No official build is currently available, and while it can build on MacOS, getti
35
31
* Fooocus
36
32
* FooocusMRE
37
33
* Stable Swarm
38
-
* Scans and indexes your images in a database for lightning-fast search
39
-
* Search images by metadata (Prompt, seed, model, etc...)
34
+
* ComfyUI Workflows
40
35
* Custom metadata (stored in database, not in image)
41
36
* Favorite
42
37
* Rating (1-10)
43
38
* NSFW
39
+
* Custom Tags
44
40
* Organize your images
45
41
* Albums
46
42
* Folder View
47
-
* Drag and Drop from Diffusion Toolkit to another app
43
+
* Drag and Drop images from Diffusion Toolkit to another app
48
44
* Drag and Drop images onto the Preview to view them without scanning
49
45
* Open images with External Applications
50
46
* Localization (feel free to contribute and fix the AI-generated translations!)
0 commit comments