Nodes/ComfyUI-aihub-workflow-exposer/AIHub Expose Image Batch
ComfyUI Node

AIHub Expose Image Batch

A ComfyUI node in aihub/expose with 10 inputs and 5 outputs.

By otavanopisto·Created 12 months ago·Updated 7 months ago· 7
AIHub Expose Image Batch
  • normalizer
  • IMAGE
  • MASKS
  • METADATA
  • WIDTH
  • HEIGHT
idexposed_image_batch
labelImage Batch
tooltip
typeupload
minlen0
maxlen1000
index0
metadata_fields
metadata_fields_label
Categoryaihub/expose

Inputs (10)

NameTypeDefaultDescription
idSTRINGexposed_image_batchA unique custom ID for this workflow.
labelSTRINGImage BatchThis is the label that will appear in the field.
tooltipSTRINGAn optional tooltip
typeCOMBOuploadThe source of the image batch
minlenINT0
maxlenINT1000
indexINT0This value is used for sorting the input fields when displaying; lower values will appear first.
metadata_fieldsSTRINGA newline separated list of metadata fields to include in the metadata JSON for each image in the batch, add a space with the type next to it, if not specified it will be considered integer, valid types are: INT, FLOAT, STRING and BOOLEAN. A second space and further allows for specifying modifiers, valid modifiers are SORTED, UNIQUE, NONZERO, MULTILINE. for BOOLEAN it is also possible to use ONE_TRUE and ONE_FALSE as modifiers. It is also possible to add numeric validity modifiers with a colon, for example MAX:100, MAXOFFSET:100, MAXLEN:100, MAXLEN:OFFSET, MIN:0, MINOFFSET:0, MINLEN:0 OR MINLENOFFSET:0 But also a property name provided that property exist in the project and is an expose integer or expose project integer for MAX, MAXLEN, MIN and MINLEN For example: 'frame_number INT SORTED MAX:total_frames prompt_at_frame STRING MULTILINE MAXLEN:100'
metadata_fields_labelSTRINGA newline separated list of labels for the metadata fields to include in the metadata JSON for each image in the batch. Must match the number of metadata fields.
normalizeroptAIHUB_NORMALIZERThe method to use for normalizing the images in the batch, if not specified it will use the image with the most megapixels as the target size with a nearest-exact upscaler

Outputs (5)

NameTypeDescription
IMAGEIMAGE
MASKSMASK
METADATAAIHUB_METADATA
WIDTHINT
HEIGHTINT