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: 2 months 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 node types
LoadImage
LoadImageMask
LoadImage //Inspire
Load image with metadata \[Crystools\]
Image Load
PutImage

## Usage

Get value from loaded image in the connected node.

#### Query Format
- \.\
- \\[INDEX\].\

#### Special Format
- PATH
- DIR
- FILENAME
- NAME
- EXT
- WIDTH
- HEIGHT

## Examples

#### Combo
Load Checkpoint.ckpt_name
CheckpointLoaderSimple.ckpt_name
1.ckpt_name
Load VAE.vae_name
VAELoader.vae_name
KSampler.sampler_name
KSampler.scheduler

#### String
CLIP Text Encode (Prompt).text
CLIPTextEncode.text
Note.text

#### Int
KSampler.seed
KSampler.steps
KSampler\[1\].seed
Empty Latent Image.width
Empty Latent Image.height

#### Float
KSampler.cfg
KSampler.denoise

## Acknowledgements

- [ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts)