Skip to content

Releases: RupertAvery/DiffusionToolkit

Diffusion Toolkit v1.9.1

14 Sep 15:29

Choose a tag to compare

What's New in v1.9.1

Improved folder management

  • Root Folders are now managed in the folder view.
  • Settings for watch and recursive scanning are now per-root folder.
  • Excluded folders are now set through the treeview.

Others

  • Fix for A1111-style metadata with prompts that start with curly braces {
  • Sort by File Size
  • Numerous fixes to folder-related stuff like renaming.
  • Fix for root folder name at the root of a drive (e.g. X:\) showing as blank
  • Fix for AutoRefresh being broken by the last update
  • Date search fix for Query
  • Prevent clicking on query input to edit from dismissing it
  • Remember last position and state of Preview window
  • Fix "Index was out of range" by @Light-x02 in #301
  • Add Ukrainian localization by @nyukers in #304

New Contributors

Full Changelog: v1.9...v1.9.1

Diffusion Toolkit v1.9

20 Apr 22:17

Choose a tag to compare

What's New in v1.9.0

There have been a lot of improvements in speeding up the application, especially around how images are scanned and how thumbnails are loaded and displayed.

A lot of functionality has been added to folders. You can now set folders as Archived. Archived folders will be ignored when scanning for new files, or when rescanning. This will reduce disk churn and speed up scanning. see More Folder functionality for more details.

External Applications were added!

There has been some work done to support moving files outside of Diffusion Toolkit and restoring image entries by matching hashes. On that note, you can actually drag images to folders to move them. That feature has been around for some time, and is a recommended over external movement, though it has its limitations.

A new Compact View has been added. This allows more portrait oriented images to be displayed on one line, with landscape pictures being displayed much larger.

Filenames and folders can now be displayed and renamed from the thumbnail pane!

These were some important highlights, but a lot of features were added. Please take a close look so you don't miss anything.

Release Notes Viewer

Never miss out on what's new! Release Notes will automatically show for new versions. After that you can go to Help > Release Notes to view them anytime.

You can also read the notes in Markdown format in the Release Notes folder.

Improved first-time setup experience

First-time users will now see a wizard-style setup with limited options and more explanations. They should be (mostly) translated in the included languages, but I haven't been able to test if it starts in the user's system language.

Settings

Settings has moved to a page instead of a separate Window dialog.

One of the effects of this is you are now required to click Apply Changes at the top of the page to effect the changes in the application. This is especially important for changes to the folders, since folder changes will trigger a file scan, which may be blocked by an ongoing operation.

IMPORTANT! After you update, the ImagePaths and ExcludePaths settings in config.json will be moved into the database and will be ignored in the future (and may probably be deleted in the next update). This shouldn't be a problem, but just in case people might wonder why updating the path settings in JSON doesn't work anymore.

Compact View

Thumbnails can now be displayed in Compact View, removing the spacing between icons and displaying them staggered in case the widths are not equal between icons.

The spacing between icons in Compact View can be controlled via a slider at the bottom of the Thumbnail Pane.

Switching between view modes can be done through View > Compact and View > Classic.

In Compact View, the positioning of thumbnails is dynamic and will depend on thumbnails being loaded in "above" the window. This will lead to keyboard navigation and selection being a bit awkward as the position changes during loading.

FileName Visibility and Renaming

You can now show or hide filenames in the thumbnail pane. Toggle the setting via View > Show Filenames or in the Settings page under the Images tab.

You can also rename files and folders within Diffusion Toolkit. Press F2 with an image or folder selected, or right click > Rename.

File Deletion Changes

Diffusion Toolkit can now delete files to the Windows Recycle Bin. This is enabled by default.

The Recycle Bin view has been renamed Trash, to avoid confusion with the Windows Recycle Bin.

Pressing Shift+Delete or Shift+X will bypass tagging the file For Deletion and send it directly to the Windows Recycle Bin, deleting the entry from the database and removing all metadata associated with it.

To delete the file permanently the way it worked before enable the setting Permanently delete files (do not send to Recycle Bin) in Settings, under the Images tab.

By default, you will be prompted for confirmation before deleting. You can change this with the settings Ask for confirmation before deleting files

Unavailable Images Scanning

This has been available for some time, but needs some explaining.

Unavailable Folders are folders that cannot be reached when the application starts. This could be caused by bad network conditions for network folders, or removable drives. Unavailable images can also be caused by removing the images from a folder manually.

Previously, Scanning would perform a mandatory check if each and every file existed to make sure they were in the correct state. This can slow down scanning when you have several hundred thousand images.

Scanning will no longer check for unavailable images in order to speed up scanning and rebuilding metadata.

To scan for unavailable images, click Tools > Scan for Unavailable images. This will tag images as Unavailable, allowing you can hide them through the View menu. You can also restore images that were tagged as unavailable, or remove them from the database completely.

Unavailable root folders will still be verified on startup to check for removable drives. Clicking on the Refresh button when the drive has been reconnected will restore the unavailable root folder and all the images under it.

Tagging UI

You can now tag images interactively by clicking on the stars displayed at the bottom of the Preview. You can also tag as Favorite, For deletion and NSFW. If you don't want to see the Tagging UI, you can hide it by clicking on the star icon above the Preview or in the Settings under the Image tab.

To remove the rating on selected images you can now press the tilde button ~ on your keyboard.

External Applications

You can now configure external applications to open selected images directly from the thumbnail or preview via right-click. To set this up, go to Settings and open the External Applications tab.

You can also launch external applications using the shortcut Shift+<Key>, where <Key> corresponds to the application's position in your configured list. The keys 1–9 and 0 are available, with 0 representing the 10th application. You can reorder the list to change shortcut assignments.

Multiple files can be selected and opened at once, as long as the external application supports receiving multiple files via the command line.

More Folder functionality

A lot more functionality has been added to the Folders section in the Navigation Pane. If Watch Folders is enabled, newly created folders will appear in the list without needing to refresh. More context menu options have been added. Chevrons now properly indicate if a folder has children. Unavailable folders will be indicated with strikeout.

Rescan Individual Folders

You can now rescan individual folders. To Rescan a folder, right click on it and click Rescan. The folder and all it's descendants will be rescanned. Archived folders will be ignored.

Archive Folders

Archiving a folder excludes it from being scanned for new images during a rescan or rebuild, helping speed up the process.

To archive a folder, right-click on it and select Archive or Archive Tree. The Archive Tree option will archive the selected folder along with all of its subfolders, while Archive will archive only the selected folder.

You can also unarchive a folder at any time.

Archived folders are indicated by an opaque lock icon on the right. A solid white lock icon indicates that all the folders in the tree are Archived. A blue lock icon indicates that the folder is archived, but one or more of the folders in the tree are Unarchived. A transparent lock icon means the folder is Unarchived.

Multi-select

Hold down Ctrl to select multiple folders to archive or rescan.

Keyboard support

Folders now accept focus. You can now use they keyboard for basic folder navigattion. This is mostly experimental and added for convenience.

High DPI Monitor Support

DPI Awareness has been enabled. This might have caused issues for some users with blurry text and thumbnails, and the task completion notification popping up over the thumbnails, instead of the botton-right corner like it's supposed to.

Persistent thumbnail caching

Diffusion Toolkit now creates a dt_thumbnails.db file in each directory containing indexed images the first time thumbnails are viewed. With thumbnails now saved to disk, they load significantly faster—even after restarting the application.

This reduces disk activity, which is especially helpful for users with disk-based storage. It's also great news for those wo...

Read more

Diffusion Toolkit v1.8

26 Mar 17:19

Choose a tag to compare

What's New in v1.8.0

Diffusion Toolkit can now search on raw metadata and ComfyUI workflow data. To do this, you need to enable the following settings in Settings > Metadata:

  • Store raw Metadata for searching
  • Store ComfyUI Workflow for searching

Note: Storing Metadata and/or ComfyUI Workflow will increase the size of your database significantly. Once the metadata or workflow is stored, unchecking the option will not remove it.

You can expect your database size to double if you enable these options.

If you only want to search through ComfyUI Node Properties, you do not need to enable Store raw Metadata.

Store ComfyUI Workflow will only have an effect if your image has a ComfyUI Workflow.

You will still be able to view the workflow and the raw metadata in the Metadata Pane regardless of this setting.

Once either of these settings are enabled, you will need to rescan your images using one of the following methods:

  • Edit > Rebuild Metadata – Rescans all images in your database.
  • Search > Rescan Metadata – Rescans images in current search results.
  • Right-click a Folder > Rescan – Rescans all images in a selected folder.
  • Right-click Selected Images > Rescan – Rescans only selected images.

ComfyUI Workflow Search

How it works

Diffusion Toolkit scans images, extracts workflow nodes and properties, and saves them to the database. When you search, Diffusion toolkit can search on specific properties instead of the entire workflow. This makes searches faster, more efficient and precise.

There are two ways to search through ComfyUI properties.

Quick Search

Quick Search now includes searching through specific workflow properties. Simply type in the search bar and press Enter. By default, it searches the following properties:

  • text
  • text_g
  • text_l
  • text_positive
  • text_negative

You can modify these settings in Search Settings (the Slider icon in the search bar).

To find property names, check the Workflow tab in the Metadata Pane or in the Metadata Overlay (press I to toggle).

To add properties directly to the list in Search Settings, click ... next to a node property in the Workflow Pane and select Add to Default Search.

Filter

The Filter now allows you to refine searches based on node properties. Open it by clicking the Filter icon in the search bar or pressing CTRL+F, then go to the Workflow tab.

  • Include properties to filter by checking the box next to them. Unchecked properties will not be included in the search.
  • Use wildcards (*) to match multiple properties (e.g., text* matches text, text_g, etc.).
  • Choose property value comparisons: contains, equals, starts with, or ends with.
  • Combine filters with OR, AND, and NOT operators.

To add properties, click ... next to a node property in the Workflow Pane and select Add to Filters.

Raw Metadata Search

Searching in raw metadata is disabled by default because it is much slower and should only be used when you really need it. Go into Search Settings in the search bar to enable it.

Raw Metadata View

You can now view the raw metadata in the Metadata Pane under the Raw Metadata tab

Performance Improvements

There have been a lot of improvements in querying and loading data. Search will slow down a bit when including ComfyUI Workflow results, but overall querying have been vastly improved. Paging is now more snappier due to reusing the thumbnail controls, though folder views with lots of folders still take a hit. Removing images from albums or otherwise refreshing the current search results with changes will no longer result in the entire page reloading and resetting to the top.

Album and Model filtering on multiple items

Album and Model "Views" have been removed. They are now treated as filters, and you can freely select multiple albums and models to filter on at the same time.

Increased Max Thumbnails per page to 1000

Due to improved loading performance, you can now load 1000 images at a time, if you wish. The recommended is still 250-500.

Updates Summary

  • ComfyUI Worklow Search
  • Raw Metadata Search
  • Raw Metadata View
  • Performance improvements:
    • Massive improvements in results loading and paging
    • Query improvements
    • Added indexes
    • Increased SQLite cache_size to 1GB. Memory usage will be increased
    • Added a spinner to indicate progress on some slow queries
  • Filtering on multiple albums and models
  • Increased max thumbnails per page to 1000
  • Scroll wheel now works over albums / models / folders
  • Fixed Fit to Preview and Actual Size being reset when moving between images in the Preview
  • Fixed Prompt Search error
  • Fixed some errors scanning NovelAI metadata
  • Fixed some issues with Unicode text prompts
  • Page no longer resets position when removing an image from an album or deleting
  • Fixed Metadata not loaded for first image
  • Fixed Model name not showing for some local models

Diffusion Toolkit v1.7

26 Aug 01:42

Choose a tag to compare

IMPORTANT

UPDATE: A fix is avaliable - the fixed version is attached below, but an official v1.7.1 will also be released.

NOTE: This version has a bug with some image generators that returned. Some image generators use a different encoding and the prompt will appear as Chinese characters due to the bug.

This also has a bug where new images aren't scanned in.

Please use v1.6.1 for now.

What's New in v1.7.0

After several months without any updates, here's a few that include some features users have suggested or requested.

Just to name a few, improved handling of unavailable images, with a option to scan for them in Tools. A ComfyUI metadata viewer was added. The nodes are simply displayed in a list, without any layout or wiring. Auto advance on tag and mouse wheel navigation were added. A slideshow function was added to the popout preview. Filters were for excluding terms in the Prompt / Negative Prompt. Now you can properly search for "cape", and exclude "landscape", or "superhero" from the search results.

Please make sure to check each one below to make sure you don't miss out on anything, there are a lot of changes and some might be what you are looking for.

Thanks to Terence for a whole bunch of bug fixes and enhancements!

Enhancements

  • Added VERY basic ComfyUI support
    • Gets the Prompt from the first CLIPTextEncoder node
    • Use Rebuild metadata to scan in the Prompt for existing images to make them searchable
    • Future plan is to allow user to custom map node values to fields using the metadata viewer
    • Workflow "fingerprints" are tracked, so in the future, if you update the mapping, you will be able to re-run a metadata scan on only those images with the same workflow
  • Added a simple ComfyUI metadata viewer in the Metadata pane
    • Click the Workflow tab next to the Metadata tab anywhere the Metadata pane is visible (overlay/preview overlay/metadata pane under preview)
  • Refresh search results behavior has changed
    • Press F5 or click the search button in the search bar to refresh the current page
    • Makes it easier to reload the current page after marking for deletion, and Hide images for deletion is enabled
    • Hold CTRL and press F5 or click the the search button to refresh and return to the first page
  • New Unavailable tag added
    • This is an internally managed tag that is updated:
      • when the metadata scanner checks existing files on startup
      • when a rescan is performed (click Scan folders for new images or CTRL-R)
      • when manually checked through Tools > Scan for Unavailable images
    • Available images will be restored when any of the above is performed
    • The tag can be filtered on (see Added filters below)
  • You can now hide images tagged For Deletion from search results
  • You can also hide images tagged Unavailable from search results (See View menuitem)
  • Auto-advance on tag option added
    • When enabled, after tagging with a Rating, Favorite, NSFW or Delete, the next image will be selected
    • Affects Thumbnail View and Popout Preview
    • Go to View > Auto Advance on Tag to toggle or CTRL+Shift+T in the Thumbnail View or Popout Preview
  • More prominent display of tagged For Deletion status
  • Mouse wheel navigation added to Preview
    • When enabled, the scrolling mouse wheel will allow you to move between previous/next images
    • When enabled, holding CTRL will perform a zoom
    • Affects Preview and Popout Preview
    • Go to Settings > Image > Use mouse wheel... to toggle
  • Double-click the preview pane to open the image in your selected viewer (i.e. the Popout preview, or whatever you have configured)
  • Added a Slideshow function in the Popout Preview window.
    • Press Space to start/stop the slideshow
    • Go to Settings > Image > Slide show delay to adjust the time between image changes
  • Improved thumbnail loading efficiency
    • Only thumbnails in current view are loaded
    • Should have slightly better responsiveness when scrolling quickly / scrolling to bottom
  • Add Actual Size option in Preview
    • Press CTRL+Shift+A to toggle
  • Added filters: (Click the Filter button or press CTRL-F)
    • Exclude Prompt / Negative - show images that do not include the specified prompt / negative terms
    • Aesthetic Score - No Score - show images without an Aesthetic Score
    • In Album - show images are have been added to an album or not
    • Unavailable - show images that have been tagges as Unavailable
  • Add support for Stable Swarm metadata
  • Add support for Fooocus metadata
  • Albums
    • All albums will be shown on right-click > Add to Albums (not just last 10)

Bugfixes

  • Additional indexes to fix query slowdowns
  • Fixed bug where Preview Pane loses focus when changing pages
  • Move txt files when moving images #239
  • Fix issue with unsetting rating of selected images in thumbnail view #237
  • Fixed some startup crashes
  • Several bug fixes

Diffusion Toolkit v1.6.1

13 Feb 04:45

Choose a tag to compare

What's New in v1.6.1

Enhancements

  • Metadata panel overlay has returned for those who prefer a full-height preview pane. As before, press I to toggle.
  • Improved navigation pane sizing
    • Resizable panes
    • Last pane will always take up the rest of the space (and not be resizeable)
    • Basically works more like you would expect
  • Support opening images that don't match the file extension.
    • 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.
  • New shortcuts: toggle Navigation Pane with F3, Preview Pane with F4

Bugfixes

  • Some fixes for UNIQUE constraint failed: Image.Path. In case you are affected, try looking at '#218 (comment)'
  • 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.
  • Should fix some Value cannot be null (Parameter 'element') errors

Diffusion Toolkit v1.6

10 Feb 02:18

Choose a tag to compare

What's New in v1.6

Important Changes

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).

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.

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.

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

The Albums pane has been replaced with a general-purpose navigation / filter pane. If you find your albums missing, show it with View > Albums.

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.
You can drag images to folders to move them.

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 +.

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.

Enhancements

  • "Modernized" toolbar
  • Popout preview controls moved to title bar
  • New navigation / filter pane
    • View > Folder / Model / Album
    • Folder tree view
      • Drag images to folder
      • Create / rename / delete folder
      • Image path metadata is updated with folder updates
    • Models list
      • List of models hashes/names from your images metadata
      • names from local or Civitai will be used when model name is missing from metadata
      • Image counts may not be exact since I search on model name OR model hash
    • Albums
  • Filter > Model name uses a drop down to allow selecting from all model names found in metadata.
  • Collapsible metadata (#179)
    • Right-click to collapse / expand all
  • Diffusion Toolkit speaks your language!
    • Most of the translations are ChatGPT-provided
    • Settings > Themes > Language
      • English
      • German
      • French
      • Spanish
      • Japanese
    • Some text is still untranslated
  • Sort by Filename / Random (#182)
  • Improved zoom behavior
  • Dragging onto albums / folders will highlight the folder now
  • Added Sampler as a separate metadata section
  • Input dialog now sets focus on textbox
  • Smaller folder / album icons
  • More responsive when loading large images

Bugfixes

  • Remember Preview/Metadata splitter position (not actually working in v1.5.1)
  • The first image is automatically selected on search / refresh (#184)
  • Fix broken NovelAI metadata reading introduced by FooocusMRE. (#175)

Diffusion Toolkit v1.5.1

29 Dec 20:56

Choose a tag to compare

What's New in v1.5.1

  • Faster paging
  • Load thumbnails on demand instead of everything up front
  • Auto Refresh for watched folders
    • Watched folders will automatically add newly generated images to the database but does not refresh results in case you are in the middle of something. Auto Refresh will refresh the current query/filter when new images are added.
    • Enable in Settings > General tab > Diffusion Folders > Auto Refresh or View > Auto Refresh
  • Remember Preview/Metadata splitter position
  • Remember screen position on startup
    • DiffusionToolkit will open on the monitor it was when it closed on multi-monitor setups

Bugfixes

  • Remove images from metadata when folder is removed (#170)
    • Removing a folder after scanning it currently leaves the images in the database.
    • This version will now remove images when the folder is removed.
      • A backup of your database will be created automatically before removal.
    • You can manually cleanup leftover images with Tools > Folders > Clean Removed Folders
  • Fixed A1111 generated images not triggering watched folders
    • Some time ago A1111 stopped triggering the watched folder when a new image was generated
    • This seems to be caused by A1111 first generating a .tmp file before renaming it to the final filename
  • Fixed missing highlight on mouseover on menu items and context menus
  • Fixed theme issues - metadata not visible in light mode (#166)
  • Fixed ModelName not appearing (introduced in v1.5)
  • Reduce duplicate model names appearing
  • Fixed issues related to Album image counts (#165)
    • Removed images were left in the Album-Image reference table
    • This version will now correctly remove the references to images when they are deleted
    • It will also cleanup the reference table to correct the counts

NOTE: This version makes changes to the database schema. On startup, a copy of your database will be created before changes are made.

Diffusion Toolkit v1.5

24 Dec 01:30

Choose a tag to compare

What's New in v1.5

  • Metadata Viewer changes
    • Metadata is now always shown below the preview
    • In the popout/fullscreen, it it shown to the right
    • Added separate sections for Seed, CFG, Steps and Size after Negative Prompt
  • Fixes to keyboard navigation
    • Fixed navigation issues when using Page up/Page down
    • Fixed multi-selection issues with CTRL
  • Support for RuinedFooocus metadata
  • Folders
    • Images might be missing in folders after a move.
    • Run Tools > Folders > Fix missing images if you don't see indexed images in folder view.
  • Excluded Folders
    • Adding an excluded folder will now remove any indexed images that are under the excluded folder
    • Run Tools > Folders > Remove excluded images to remove them manually
    • To re-add previously excluded images, perform a Scan.
  • Albums enhancements and fixes
    • Implemented a cleaner album list with image counts
    • Indicator in thumbnail view shows if an image is already in an album
    • Images were not being removed from the Album-Image tracking table when removing an album
      resulting in orphaned entries. The app will run a cleanup on each run. This is fast and should be unnoticeable.
    • Fixed scrolling for Album list
    • Click on an album in metadata list to open the album in the thumbnail view.
  • Filter UI enhancements
    • Press CTRL+F to open the filter
    • Now displays as a popup instead of fully covering the thumbnail view

Bugfixes

  • Add "Core ML" to CivitAI model formats
  • Loading a large image should no longer block the UI
  • Folder not updating after move (#152)
  • Crash opening app: "An unhandled exception occured: 'N' is an invalid start of a value (#155) (thanks to kwaegel)
  • DiffusionToolkit not reading separately stored aesthetic score tags from A1111 files in certain circumstances (#156) (thanks to curiousjp)

Diffusion Toolkit v1.4

09 Nov 15:57

Choose a tag to compare

What's New in v1.4

NOTE:Some bugs have been fixed. Please redownload. Sorry!

  • Image viewer features and improvements!
    • Full-screen view
      • Covers taskbar and hides maximize/minimize buttons
      • Press ESC to close
      • Press F11 to switch between full-screen/windowed mode
    • Use system viewer
    • Use custom viewer
    • see Settings > Images tab
  • Prompt viewer improvements!
    • Selecting a prompt in Prompt view will show the images used by that prompt. You can add them to albums, tag them, but not view (for now).
    • No thumbnails for Negative Prompts yet.
    • Fixes to prompt queries, counts should be more accurate now
    • Listed Prompts are affected by Show/Hide NSFW
  • Albums Improvements
    • Menu item added for albums
    • You can now sort Albums! See Albums > Sort
      • Name
      • Date
      • Custom
    • You can now see the albums that an image is part of in the metadata info (I).
  • Some ComfyUI parsing fixes
    • Errors shouldn't prevent images from loading, but the metadata will be empty
  • Civitai integration
    • Use CivitAI model database to get model names from the hash
      • Edit > Download Civitai models (saved to models.json)
      • Model names will be lookedup from Civitai model list in addition to cache.json and local models
    • Open the CivitAI model page from PNGInfo Model Hash
      • Show Metadata info > Model Hash > Click Search
  • Tools improvements
    • Add search results to album
  • Display the last selected image when selecting multiple images (#143)
  • Added reload search (#136) and clear search buttons next to query text field. Buttons are placed on the right.
  • Moved Filter button to the right
  • Fix openclibboard failed (0x800401D0) (#144)
  • Preview - Mousewheel Zoom without CTRL (#142)
  • Thinner Scrollbars
  • Various bug fixes

Diffusion Toolkit v1.3

01 Oct 06:42

Choose a tag to compare

What's New in v1.3

It's been a while since the last update. I've been busy moving to another country, and now that I'm settled in, we can get back to updates.

Thanks once again for everyone who submitted bug reports.

BugFixes

  • Show info key does not work when the preview has focus (#119)
  • Clicking on scroll bar opens image in full screen (#124)
  • Shift + right arrow doesn't go to the next row (#128)
  • Retain copied parameter content in the Windows Clipboard when closing Diffusion Toolkit (#130)
  • Use case-insensitive search for model hash (#131)
  • Fix some album issues #132
  • Fix some crashes when clicking thumbnails
  • Fix toggling info with I in popout Preview

New Features

  • Added support for EasyDiffusion metadata
  • Added support for ComfyUI SDXL workflow metadata (experimental)
  • Added support for another InvokeAI metadata format (invokeai_metadata)
  • Tools > Add search results to album (#138)

Enhancements

  • Pressing Escape in dialogs now closes them (if I missed something, let me know) (#123)
  • Added a button to clear the search box (and reload all images)
  • Added a button to refresh the current search results (#136)