Skip to content

Releases: receyuki/stable-diffusion-prompt-reader

1.3.3-beta.2

28 Aug 17:37
Compare
Choose a tag to compare
1.3.3-beta.2 Pre-release
Pre-release
  • Add support for StableSwarmUI
  • Apply The Black code style
  • Fixed support for early version of Invoke AI #36
  • Fixed ComfyUI SaveImage node with no inputs #25
  • Fixed ComfyUI CLIPTextEncodeSDXL prompt reading #25 #33
  • Fixed compatibility issue of Pillow on Apple silicon #38

1.3.3-beta.1

23 Aug 17:59
Compare
Choose a tag to compare
1.3.3-beta.1 Pre-release
Pre-release
  • Add support for ComfyUI SDXL workflow #25 #26
  • Add new UI for ComfyUI SDXL workflow prompts
  • Fixed ComfyUI KSamplerAdvanced seed reading #33
  • Fixed simple mode setting line wrap

1.3.2

13 Jul 14:16
Compare
Choose a tag to compare
  • 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

05 Jun 15:47
Compare
Choose a tag to compare
  • Fixed Easy Diffusion reader to support all beta version format variants
  • Fixed an image resizing bug causing "open with" crash #12
  • Fixed an image reader bug causing empty jpegs cannot be loaded
  • Fixed an issue where the initial directory for image selection was always set to the root directory #14

1.3.0

25 May 16:18
Compare
Choose a tag to compare
  • 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

24 Apr 21:44
Compare
Choose a tag to compare

1.1.1

09 Apr 12:39
b2b3a0a
Compare
Choose a tag to compare
  • Add support for more formats
  • Refactor image data reader
  • Remove AGPL code and change license to MIT

1.1.0

04 Apr 15:34
Compare
Choose a tag to compare

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.

  • Add status bar
  • Add update checker
  • Add file selector
  • Refactor layout manager

1.0.1

31 Mar 13:27
Compare
Choose a tag to compare

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

1.0.0

30 Mar 10:35
Compare
Choose a tag to compare

First release