Skip to content

1.3.5

Latest
Compare
Choose a tag to compare
@receyuki receyuki released this 21 May 15:53
· 2 commits to master since this release
1a499be

Important

Starting from v1.3.5, the command line tool has been added to the SD Prompt Reader on all platforms, please see the CLI section for details.

Tip

The SD Prompt Reader is now available as a ComfyUI node. Check out the ComfyUI Prompt Reader Node for more information.

Note

A simple API document will be added to the README later.

Changes since 1.3.4

  • Add new icons
  • Add support for NovelAI stealth pnginfo #71 #73
  • Add support for postprocessing/extras in A1111 webUI
  • Add A1111 webUI (Postprocessing) for generation tool detection
  • Add CLI #69
  • Add CLI/GUI detection mechanism
  • Add a separate CLI executable for Windows
  • Add parsing success determination mechanism to the ComfyUI parser receyuki/comfyui-prompt-reader-node#68
  • Add functionality to export/copy metadata for ComfyUI images that cannot be parsed
  • Add user-friendly warnings
  • Add Logger
  • Fix display glitch caused by switching setting modes
  • Fix support for uppercase suffix images
  • Fix the handling of empty images
  • Fix the handling of parsing exceptions
  • Update pillow to 10.3.0

For macOS users

If you previously installed SD Prompt Reader via Homebrew cask, you can upgrade with

brew upgrade sd-prompt-reader

For Linux users (and other users)

If you previously installed SD Prompt Reader with pip or pipx, you can upgrade with

pip install --upgrade sd-prompt-reader

or

pipx upgrade sd-prompt-reader