Releases: RupertAvery/DiffusionToolkit
Diffusion Toolkit Beta v0.8.2
- Logging added to scanning. For users who seem to be having issues scanning in some files. Please check the DiffusionToolkit.log file for any scanning errors and report in Issues.
- Allow scanning files without metadata
Diffusion Toolkit Beta v0.8.1
Happy Holidays!
- Move images to another folder - Right-click in thumbnail view > Move
- This allows you to move images to another folder without losing Toolkit metadata.
- Search on Negative Prompts
- Moved the ThumbNailListView into a separate Control - seems to be slightly "slower" in reaction time and loading.
- Prompts Tab - view a list of all distinct promptsa nd usage count.
- Allow images that only have an aesthetic score.
- Support JPEG EXIF (Auto1111 metadata format only)
- Rating now goes up to 10
Diffusion Toolkit Beta v0.8
- File Size metadata - Run Rebuild Images to read file sizes into your database. This is used to report the total file size of matching images. You only need to do this once for existing images. New images will have this value populated. This is not searchable yet.
- NFSW Tagging- Press
Nto tag an image as NSFW. There are options to blur and hide NSFW-tagged images from the search results. See documentation. - Check for updates - Diffusion Toolkit can now update itself. See Help > Check for updates, and the option to Check for updates on startup in Settings.
- Scan for images on startup - See the Images tab under Settings.
Other stuff
-
Improved layout for Getting Started viewer (adds more space between paragraphs)
-
Notifications for images added from watched folders will disappear after 10 seconds. This is in case you leave the app unattended and active while generating images. For those of you who can generate images in less than 10 seconds... don't leave it active and unattended, or you'll have to wade through tons of popups. Until I figure out the best way to handle this.
-
Improvements to tagging multiple images for Favorite/Rating/NSFW.
- Using bulk updates, tagging 200+ images is now almost instant
- When tagging multiple images with different values, the most dominant value is used to ensure all the images have the same value.
- e.g. With 10 images selected, 6 of which are tagged as favorite, pressing F will remove the favorite tag.
-
A bug fix for new users unable to launch the application
Diffusion Toolkit Beta v0.7
- Adds support for InvokeAI PNGInfo format
- Adds experimental Watch Folders
- Images added to watched folders will be automatically added to the database while the app is running.
- No need to rescan folders constantly
- Notification will happen only when the app has focus
- Best used when generating images
- Don't use it when copying thousands of images into watched folders
- UI enhancements
- Overlay prompts on top of preview, to give preview more space
- Press I to toggle the prompt info. You can also use icon at the bottom of the preview pane
- Now using custom popups instead of default messagebox. May be buggy.
- Overlay prompts on top of preview, to give preview more space
- Logging on startup, and global exception handler added
Diffusion Toolkit Beta v0.6.1
- 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
- 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
(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"
- Using glob
- Search via path
-
Favorites and Rating now working
-
Press F to toggle image Favorite
- Search via favorites
- favorite: true|false
- Search via favorites
-
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
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
Diffusion Toolkit Beta v0.2
- 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