Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)