| 1 | <div align="center"> |
| 2 | <img alt="icon" src="https://github.com/receyuki/stable-diffusion-prompt-reader/raw/master/sd_prompt_reader/resources/icon-cube.png" width=20% height=20%> |
| 3 | <h1>Stable Diffusion Prompt Reader</h1> |
| 4 | <a href="https://github.com/receyuki/stable-diffusion-prompt-reader/releases/latest"> |
| 5 | <img alt="GitHub releases" src="https://img.shields.io/github/downloads/receyuki/stable-diffusion-prompt-reader/total"></a> |
| 6 | <a href="https://github.com/receyuki/stable-diffusion-prompt-reader/blob/master/LICENSE"> |
| 7 | <img alt="GitHub" src="https://img.shields.io/github/license/receyuki/stable-diffusion-prompt-reader"></a> |
| 8 | <a href="https://github.com/receyuki/stable-diffusion-prompt-reader/releases/latest"> |
| 9 | <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/receyuki/stable-diffusion-prompt-reader"></a> |
| 10 | <a href="https://pypi.org/project/sd-prompt-reader/"> |
| 11 | <img alt="PyPI" src="https://img.shields.io/pypi/v/sd-prompt-reader"></a> |
| 12 | <a href="https://github.com/psf/black"> |
| 13 | <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a> |
| 14 | <img alt="platform" src="https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey"> |
| 15 | <br><br> |
| 16 | |
| 17 | [简体中文](https://github.com/receyuki/stable-diffusion-prompt-reader/blob/master/README.zh-Hans.md) | [English](https://github.com/receyuki/stable-diffusion-prompt-reader/blob/master/README.md) |
| 18 | |
| 19 | A simple standalone viewer for reading prompt from Stable Diffusion generated image outside the webui. |
| 20 | <br> |
| 21 | <p> |
| 22 | <a href="#features">Features</a> • |
| 23 | <a href="#supported-formats">Supported Formats</a> • |
| 24 | <a href="#download">Download</a> • |
| 25 | <a href="#usage">Usage</a> • |
| 26 | <a href="#cli">CLI</a> • |
| 27 | <a href="https://github.com/receyuki/comfyui-prompt-reader-node">ComfyUI Node</a> • |
| 28 | <a href="#faq">FAQ</a> • |
| 29 | <a href="#credits">Credits</a> |
| 30 | </p> |
| 31 | <img src="https://github.com/receyuki/stable-diffusion-prompt-reader/raw/master/images/screenshot_v134.png"> |
| 32 | </div> |
| 33 | |
| 34 | > [!TIP] |
| 35 | > The SD Prompt Reader is now available as a ComfyUI node. Check out |
| 36 | > the [ComfyUI Prompt Reader Node](https://github.com/receyuki/comfyui-prompt-reader-node) for more information. |
| 37 | |
| 38 | ## Features |
| 39 | - Support macOS, Windows and Linux. |
| 40 | - Provides both GUI and CLI |
| 41 | - Simple drag and drop interaction. |
| 42 | - Copy prompt to clipboard. |
| 43 | - Remove prompt from image. |
| 44 | - Export prompt to text file. |
| 45 | - Edit or import prompt to images |
| 46 | - Vertical orientation display and sorting by alphabet |
| 47 | - Detect generation tool. |
| 48 | - Multiple formats support. |
| 49 | - Dark and light mode support. |
| 50 | |
| 51 | ## Supported Formats |
| 52 | | | PNG | JPEG | WEBP | TXT* | |
| 53 | |----------------------------------------------------------------------------------------|:---:|:----:|:----:|:----:| |
| 54 | | [A1111's webUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) | ✅ | ✅ | ✅ | ✅ | |
| 55 | | [Easy Diffusion](https://github.com/easydiffusion/easydiffusion) | ✅ | ✅ | ✅ | | |
| 56 | | [StableSwarmUI](https://github.com/Stability-AI/StableSwarmUI)* | ✅ | ✅ | | | |
| 57 | | [StableSwarmUI (prior to 0.5.8-alpha)](https://github.com/Stability-AI/StableSwarmUI)* | ✅ | ✅ | | | |
| 58 | | [Fooocus-MRE](https://github.com/MoonRide303/Fooocus-MRE)* | ✅ | ✅ | | | |
| 59 | | [NovelAI (stealth pnginfo)](https://novelai.net/) | ✅ | | ✅ | | |
| 60 | | [NovelAI (legacy)](https://novelai.net/) | ✅ | | | | |
| 61 | | [InvokeAI](https://github.com/invoke-ai/InvokeAI) | ✅ | | | | |
| 62 | | [InvokeAI (prior to 2.3.5-post.2)](https://github.com/invoke-ai/InvokeAI) | ✅ | | | | |
| 63 | | [InvokeAI (prior to |