Skip to content

Releases: RupertAvery/DiffusionToolkit

Diffusion Toolkit Beta v0.6.1

09 Dec 03:01
Compare
Choose a tag to compare
Pre-release
  • Added support for safetensors
  • Added support for txt files with shorter filenames than the image (Stable Diffusion format?)
  • Fixes issue with dropdown behavior on search combobox

Diffusion Toolkit Beta v0.6

08 Dec 05:59
cad1145
Compare
Choose a tag to compare
Pre-release
  • This release fixes the deletion bug that slipped into the previous release.
  • This also fixes a bunch of bug releated to startup with config file to set the height/width/ state of the window.
  • And finally, support for Themes,: Light and Dark. It will match your system theme by default. Themes can be set in settings.

Diffusion Toolkit Beta v0.5

07 Dec 02:00
Compare
Choose a tag to compare
Pre-release

(This release has a delete bug. Please download the latest release)

What's new

  • In case you missed it from v0.4.1:

    • You can now drag images from the thumbnail into other apps, such as PNGInfo in WebUI

Diffusion Toolkit v0.5

  • DT now shows the model name for the selected image. In case multiple files match the hash, all matching
    models will be listed. Make sure to select the Model root path in settings for this to work.

  • DT now has an AI-generated icon

  • DT query additions:

    • Search via path
      • Using glob
        • path: D:\Diffusion**
        • path: "greg rutkowski"
      • Using criteria "starts with, contains, ends with"
        • path: starts with D:\Diffusion
        • path: contains "greg rutkowski"
  • Favorites and Rating now working

    • Press F to toggle image Favorite

      • Search via favorites
        • favorite: true|false
    • Press 1-5 to set image Rating

    • Press same number to remove rating

    • Search via rating

      • rating: [comparison]
      • comparison can be <,> <=, >= or omit for equal to, or none for unrated
        e.g. rating: >= 3 shows all images rated 3 or higher
        e.g. rating: none shows all images that have no rating
  • DT now has better Favorites and "Recycle Bin" integration

    • Files deleted from recycle bin will NOT be sent to your computer's Recycle bin!
  • DT now remembers the position of your splitters, and the size of your window.

  • Keyboard shortcuts

    • Alt+PageUp - Previous page
    • Alt+PageDown - Next page
    • Alt+Home - First page of results
    • Alt+End - Lastpage of results
    • F6 - Focus on search bar
  • DT now remembers your last queries (up to 25)

    • separate histories for Favorites, Recycle Bin
  • Working Thumbnail job cancellation when switching between pages. This will load pages faster now since
    pending thumbnail jobs will be discarded.

Bug fixes

  • DT now removes TXT files when deleting associated JPG files

Diffusion Toolkit Beta v0.4.1

04 Dec 09:01
Compare
Choose a tag to compare
Pre-release

Minor update, this allows you to drag an image from the thumbnail directly into A1111 or NovelAI PNGInfo tab. It can also be used to copy the selected image to any folder, or drag it to any site or app that will accept a dragged file.

Diffusion Toolkit Beta v0.4

04 Dec 05:59
Compare
Choose a tag to compare
Pre-release

Fixes a bug that cleared favorites and items marked for deletion when rebuilding images.

  • Deletion
  • Favorites
  • AetheticScore
  • Hypernetworks
  • NovelAI support
  • Date search
  • Bug fixes

Fixes #1, #2, #3, #4, #5

Diffusion Toolkit Beta v0.2

02 Dec 10:41
Compare
Choose a tag to compare
Pre-release
  • Advanced search now available, see README, thanks to u/MasturbateToVTubers for suggesting the format
  • JPG+TXT support, PNG will try to fallback to TXT if it doesn't find embedded parameters
  • Fixed folder selection bug
  • Added button to show current image in Explorer
  • Ridiculously faster searching for new images, because I'm not unnecessarily scanning PNGs I already have in the database. duh
  • Configurable page size
  • Bug fixes

Diffusion Toolkit Beta v0.1

02 Dec 02:47
Compare
Choose a tag to compare
Pre-release
  • Huge performance increase on file scanning and thumbnail generation
  • UI improvements
  • Bug fixes
  • Multi-term searching

Diffusion Toolkit Beta

29 Nov 14:02
Compare
Choose a tag to compare
Pre-release

This is a just-working release. There may be bugs.

You may need to install the .NET 6.0 Desktop Runtime (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)