| --- |
| 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 |