Kisaraji's picture
Update README.md
8fc6537 verified
---
license: mit
tags:
- comfyui
- A1111
- png-metadata
---
\---
title: ComfyUI-PNG-Metadata
emoji: ๐Ÿ–ผ๏ธ
colorFrom: blue
colorTo: purple
sdk: docker
license: mit
\---
\# ๐Ÿ–ผ๏ธ ComfyUI PNG Metadata Nodes
\*\*2 nodes\*\* to extract A1111 PNG metadata!
\## ๐Ÿš€ Install
```bash
cd ComfyUI/custom\\\_nodes
git clone https://huggingface.co/Kisaraji/ComfyUI-PNG-Metadata
```
\## ๐Ÿงฉ Nodes
| Node | Input | Outputs |
|------|-------|---------|
| `TZLoadPNGWithMetadata` | PNG | `image`, `mask`, `imagepath`, `rawmetadata` |
| `TZDecodePNGMetadata` | `imagepath` | `positiveprompt`, `negativeprompt`, `seed\\\_int`, `steps\\\_int`, `cfg\\\_float`, `width\\\_int`, `height\\\_int` |
\## ๐Ÿ’ก Workflow
PNG โ†’ TZLoadPNGWithMetadata โ†’ TZDecodePNGMetadata โ†’ KSampler
text
\*\*Demo:\*\* \[example\_workflow-2.json]\[file:390]
\---
\*\*โญ GitHub:\*\* https://github.com/Kisaraji/ComfyUI-PNG-Metadata