Skip to content

1.3.4-post.2

Compare
Choose a tag to compare
@receyuki receyuki released this 25 Jan 14:24
· 32 commits to master since this release
ea9c6d8

Tip

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

  • Fix the crash caused by the absence of the size value #61
  • Fix model recognition errors caused by ControlNet data

Changes since 1.3.3

  • Add support for StableSwarmUI 0.5.8-Alpha+ #60
  • Add support for InvokeAI 3 #46
  • Add support for ComfyUI Prompt Reader Node
  • Add ComfyUI (A1111 compatible) for generation tool detection
  • Add version number display #30 #48
  • Fix InvokeAI 2 "refiner_model": null bug #46
  • Fix ComfyUI model name display
  • Fix NovelAI size display
  • Refactor image data reader for all format

For InvokeAI and NovelAI users

Versions prior to 1.3.4 would extract essential metadata from the image settings and convert it into the format Steps: _, Sampler: _, CFG scale: _, Seed: _, Size: _, Model hash: _, Model: _. Starting from version 1.3.4, the SD Prompt Reader will directly display the image settings without any conversion. If there is a large amount of non-essential metadata in the settings that makes it difficult to read, it is recommended to use the simple mode as an alternative.

For ComfyUI users

The SD Prompt Reader is now available as a ComfyUI node. The ComfyUI SDPromptReader Node is a subproject of this project, it mainly consists of three nodes:

  • Prompt Reader Node
    The Prompt Reader Node works exactly the same as the standalone SD Prompt Reader. It uses the Image Data Reader from the standalone SD Prompt Reader, allowing it to support the same formats and receive updates along with the SD Prompt Reader.
  • Prompt Saver Node
    The Prompt Saver Node will write additional metadata in the A1111 format to the output images to be compatible with any tools that support the A1111 format, including SD Prompt Reader and Civitai. Due to custom nodes and complex workflows potentially causing issues with SD Prompt Reader's ability to read image metadata correctly, it is recommended to embed this node within the workflow to ensure maximum compatibility.
  • Parameter Generator Node
    Since it's not possible to directly extract metadata from KSampler, it is necessary to use the Parameter Generator Node to generate parameters and simultaneously output them to both the Prompt Saver Node and KSampler.

ComfyUI Nodes

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