diff --git a/docs/nodes/communityNodes.md b/docs/nodes/communityNodes.md index 33dddad162a..296fbb7ee61 100644 --- a/docs/nodes/communityNodes.md +++ b/docs/nodes/communityNodes.md @@ -354,12 +354,21 @@ See full docs here: https://github.com/skunkworxdark/Prompt-tools-nodes/edit/mai **Description:** A set of nodes for Metadata. Collect Metadata from within an `iterate` node & extract metadata from an image. -- `Metadata Item Linked` - Allows collecting of metadata while within an iterate node with no need for a collect node or conversion to metadata node. -- `Metadata From Image` - Provides Metadata from an image. -- `Metadata To String` - Extracts a String value of a label from metadata. -- `Metadata To Integer` - Extracts an Integer value of a label from metadata. -- `Metadata To Float` - Extracts a Float value of a label from metadata. -- `Metadata To Scheduler` - Extracts a Scheduler value of a label from metadata. +- `Metadata Item Linked` - Allows collecting of metadata while within an iterate node with no need for a collect node or conversion to metadata node +- `Metadata From Image` - Provides Metadata from an image +- `Metadata To String` - Extracts a String value of a label from metadata +- `Metadata To Integer` - Extracts an Integer value of a label from metadata +- `Metadata To Float` - Extracts a Float value of a label from metadata +- `Metadata To Scheduler` - Extracts a Scheduler value of a label from metadata +- `Metadata To Bool` - Extracts Bool types from metadata +- `Metadata To Model` - Extracts model types from metadata +- `Metadata To SDXL Model` - Extracts SDXL model types from metadata +- `Metadata To LoRAs` - Extracts Loras from metadata. +- `Metadata To SDXL LoRAs` - Extracts SDXL Loras from metadata +- `Metadata To ControlNets` - Extracts ControNets from metadata +- `Metadata To IP-Adapters` - Extracts IP-Adapters from metadata +- `Metadata To T2I-Adapters` - Extracts T2I-Adapters from metadata +- `Denoise Latents + Metadata` - This is an inherited version of the existing `Denoise Latents` node but with a metadata input and output. **Node Link:** https://github.com/skunkworxdark/metadata-linked-nodes