1.3.4-beta.1
Pre-release
Pre-release
- Add support for InvokeAI 3 #46
- Add support for ComfyUI Prompt Reader Node
- Refactor image data reader for all format
For InvokeAI and NovelAI user
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 user
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 two nodes:
- Prompt Reader Node
This 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
This 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.