Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge and manage tracking data efficiently in InstanceDiffusion workflow, handling overlapping class names and prompts seamlessly.
The AppendInstanceDiffusionTracking
node is designed to enhance your InstanceDiffusion workflow by allowing you to merge and manage tracking data efficiently. This node takes two sets of tracking data and combines them, ensuring that any overlapping class names are merged without conflicts. Additionally, it concatenates two prompt strings to create a unified prompt. This functionality is particularly useful for AI artists who need to manage complex tracking data and prompts in their InstanceDiffusion projects, providing a streamlined way to handle multiple sources of tracking information and prompts.
This parameter represents the first set of tracking data that you want to merge. It is a required input and must be of the type TRACKING
. The tracking data typically includes class names and associated class IDs that are used in InstanceDiffusion.
This parameter represents the second set of tracking data to be merged with the first. It is also a required input and must be of the type TRACKING
. Similar to tracking_1
, this data includes class names and class IDs.
This optional parameter is a string that represents the first part of the prompt. It has a default value of an empty string (""
) and is forced to be input if used. This prompt is concatenated with prompt_2
to form a unified prompt string.
This optional parameter is a string that represents the second part of the prompt. Like prompt_1
, it has a default value of an empty string (""
) and is forced to be input if used. This prompt is concatenated with prompt_1
to form a unified prompt string.
The tracking
output is the combined tracking data from tracking_1
and tracking_2
. It merges the class names and class IDs from both inputs, ensuring that any overlapping class names are merged without conflicts. This output is of the type TRACKING
.
The prompt
output is a concatenated string formed by combining prompt_1
and prompt_2
. This unified prompt string can be used in your InstanceDiffusion projects to provide a comprehensive description or instruction. This output is of the type STRING
.
tracking_1
and tracking_2
contain valid and non-conflicting class names and class IDs to avoid any merging issues.prompt_1
and prompt_2
parameters to create detailed and comprehensive prompts by combining multiple strings.tracking_1
and tracking_2
that cannot be resolved.tracking_1
and tracking_2
are unique or can be merged without conflicts.None
.tracking_1
and tracking_2
are provided and contain valid tracking data.prompt_1
and prompt_2
are valid strings and follow the expected format for prompts in InstanceDiffusion.© Copyright 2024 RunComfy. All Rights Reserved.