ComfyUI Node
Construct Metadata Flexible
Flexible metadata constructor supporting multiple styles: A1111 Full (with LoRA hashes), A1111 Lite (simplified, only includes models on Civitai), Simple (No models or LoRAs) as well as any others defined in metadata_templates.
Construct Metadata Flexible
- model_info
- sampler_info
- lora_stack
- param_metadata
◄positive_string►
◄negative_string►
◄width1024►
◄height1024►
◄metadata_styleA1111 Full►
CategorySage Utils/metadata
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| model_info | MODEL_INFO | Model info used to build metadata, such as checkpoint and model details. | |
| positive_string | STRING | The positive prompt text to include in metadata. | |
| negative_string | STRING | The negative prompt text to include in metadata. | |
| sampler_info | SAMPLER_INFO | Sampler settings used to generate the image. | |
| width | INT | 1024 | Image width used in metadata. |
| height | INT | 1024 | Image height used in metadata. |
| metadata_style | COMBO | A1111 Full | The metadata style format to produce. |
| lora_stackopt | LORA_STACK | Optional LoRA stack information to include in metadata. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| param_metadata | STRING | The generated metadata string. |