Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinich39/comfyui-parse-image
Extract metadata from image
https://github.com/shinich39/comfyui-parse-image
comfy comfyui comfyui-nodes
Last synced: 13 days ago
JSON representation
Extract metadata from image
- Host: GitHub
- URL: https://github.com/shinich39/comfyui-parse-image
- Owner: shinich39
- License: mit
- Created: 2024-08-22T09:48:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:03:57.000Z (22 days ago)
- Last Synced: 2024-12-19T03:03:57.035Z (15 days ago)
- Topics: comfy, comfyui, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui-parse-image**
README
# comfyui-parse-image
Extract metadata from image.
## Nodes
Add node > loaders > ...Load Boolean From Image
Load Int From Image
Load Float From Image
Load String From Image
Load Combo From Image## Supported image node types
LoadImage
LoadImage //Inspire
Load image with metadata \[Crystools\]
Image Load
PutImage## Usage
The node must be connected to a flow started by supported image node.Query format: \.\
Load Checkpoint.ckpt_name
CheckpointLoaderSimple.ckpt_name
1.ckpt_name
KSampler.seed
KSampler\[1\].seed
...Special format:
width
height## References
- [ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts)