Releases: receyuki/stable-diffusion-prompt-reader
Releases · receyuki/stable-diffusion-prompt-reader
1.3.3-beta.2
1.3.3-beta.1
1.3.2
- Add support for Draw Things
- Add single line prompt option for copy button #20
- Add homebrew cask and pip formula
- Fixed Comfy UI reader crash caused by unCLIPConditioning node between KSampler and CLIPTextEncode
For macOS users
Now you may install SD Prompt Reader via Homebrew cask.
brew install --no-quarantine receyuki/sd-prompt-reader/sd-prompt-reader
The parameter --no-quarantine
is used since the SD Prompt Reader is currently unsigned as I mentioned here
For Linux users (and other users)
Now you may install SD Prompt Reader with pip or pipx
pip install sd-prompt-reader
or
pipx install sd-prompt-reader
To launch the app simply enter sd-prompt-reader
in the terminal.
1.3.1
1.3.0
- Redesigned GUI
- Add support for Easy Diffusion, InvokeAI and TXT
- Add tooltip
- Add vertical orientation display to prompt
- Add alphabetical sorting to prompt
- Add simple mode dispaly to setting
- Ability to edit image metadata and save metadata to image
1.2.0
- Add support for ComfyUI (Limitations apply. See format limitations)
- Add a button for exporting prompt to text file
- Add a button for removing prompt from the image
- Add generation tool display
- Add support for context menu open with and direct drag and drop to executable
- Refactor almost every since v1.0
1.1.1
- Add support for more formats
- Refactor image data reader
- Remove AGPL code and change license to MIT
1.1.0
1.0.1
If you are using a tool other than AUTOMATIC1111's webui, please upload the raw files generated by your tool as a zip file to issues to help me support your formats, thx.
- Just a temporary fix. Next version will have a status bar
- Add notifications for images that do not contain data or in an unsupported format