EZ Prompt Viewer App
This app has a single-screen display, so information like prompts is immediately clear.
The motivation behind this app is to view the metadata generated by
ukr8b3g-cmyk/ComfyUI-save-webp-meta-node
This was created with the intention of being used together with this ComfyUI custom node.
EZ Prompt Viewer is a local Windows desktop app for viewing ComfyUI and A1111 metadata from image files.
This app is a Windows desktop.
## Supported Image Formats
- AVIF
- PNG
- JPEG / JPG
- WebP

## Main Features
- View ComfyUI and A1111 prompt metadata from image files
- Drag and drop an image, or click the drop area to choose one
- Preview the image and click it to enlarge
- Show positive prompt, negative prompt, settings, workflow status, and metadata
- Collapse and expand each metadata section
- Copy positive prompt, negative prompt, metadata, or all visible generation data
- Detect whether the image appears to contain ComfyUI workflow data
- Detect whether the image appears to contain A1111-style metadata
- Look up Civitai resources from detected model and LoRA hashes

- Open an About dialog with a lightweight character image
The UI includes a language dropdown and theme selector.
Language options:

Auto uses the browser or OS language when available, and falls back to English. Dedicated UI dictionaries are included for the languages above.
Theme options:

The default theme is Dark.
## Format Prompt
Format Prompt cleans and normalizes tag-based prompts.
This formatting style is mainly intended for tag-based workflows commonly used with SDXL anime models, anime-style checkpoints, and booru-style prompting. It is most useful when prompts are written as short comma-separated tags rather than natural sentences.
When clicked, it can:
- Remove extra spaces and commas
- Collapse repeated spaces into a single space
- Fix misplaced brackets and commas
- Remove duplicate tags found in the same line
- Replace underscores
_) with spaces- Preserve existing line breaks
- Append a comma at each line break when needed, except at the end of the prompt
- Leave double-byte characters such as Japanese and Chinese text unchanged
Notes:
- This feature is intended for tag-based prompts, not sentence-based prompts
- It is especially suited to SDXL anime and anime-style tag workflows
- Remove duplicates only checks for identical tags within the same line
- Double-byte text such as Japanese, Chinese, and similar non-Latin text is not modified
- Sentence-style text is left unchanged when it is not suitable for tag cleanup
Examples:
- 1girl, solo, smile, 1girl -> 1girl, solo, smile
- masterpiece\nbest quality\n1girl -> masterpiece,\nbest quality,\n1girl
- a girl smiling, a girl standing -> unchanged


