Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and apply visual embeddings for AI art projects, influencing image style and characteristics with positive and negative embeddings for artistic effects.
The PrimereVisualEmbedding node is designed to manage and apply visual embeddings within your AI art projects. This node allows you to specify positive and negative embeddings, which can be used to influence the visual style and characteristics of generated images. By leveraging different embeddings, you can fine-tune the output to achieve desired artistic effects. The node supports multiple embeddings and provides flexibility in their placement and weighting, making it a powerful tool for artists looking to experiment with and refine their visual outputs.
This parameter determines where the positive embeddings will be placed in the processing pipeline. You can choose between "First" and "Last", with the default being "Last". This placement can affect how the embeddings influence the final output, with "First" applying the embedding effects earlier in the process and "Last" applying them later.
Similar to embedding_placement_pos
, this parameter specifies the placement of negative embeddings. The options are "First" and "Last", with the default set to "Last". The placement of negative embeddings can impact the suppression or alteration of certain visual features in the generated image.
A boolean parameter that indicates whether the fifth embedding should be used. The default value is False
. Enabling this parameter allows the fifth embedding to be included in the processing.
This parameter holds the fifth embedding from the EmbeddingList
. It is used only if use_embedding_5
is set to True
.
A float parameter that sets the weight of the fifth embedding. The default value is 1.0
, with a minimum of -10.0
and a maximum of 10.0
, adjustable in steps of 0.01
. This weight determines the influence strength of the fifth embedding on the final output.
A boolean parameter that specifies whether the fifth embedding is negative. The default value is False
. If set to True
, the embedding will act to suppress or alter certain features in the image.
A boolean parameter that indicates whether the sixth embedding should be used. The default value is False
. Enabling this parameter allows the sixth embedding to be included in the processing.
This parameter holds the sixth embedding from the EmbeddingList
. It is used only if use_embedding_6
is set to True
.
A float parameter that sets the weight of the sixth embedding. The default value is 1.0
, with a minimum of -10.0
and a maximum of 10.0
, adjustable in steps of 0.01
. This weight determines the influence strength of the sixth embedding on the final output.
A boolean parameter that specifies whether the sixth embedding is negative. The default value is False
. If set to True
, the embedding will act to suppress or alter certain features in the image.
This output provides the list of positive embeddings that have been applied. It includes the names and weights of the embeddings, formatted as strings. This output is essential for understanding which positive influences have been incorporated into the final image.
This output provides the list of negative embeddings that have been applied. It includes the names and weights of the embeddings, formatted as strings. This output is crucial for identifying which negative influences have been used to suppress or alter features in the final image.
This output returns the complete stack of embeddings, including both positive and negative ones, along with their respective weights and statuses. This comprehensive list is useful for debugging and fine-tuning the embedding configurations.
SDXL_2048
with SD
stack version and vice versa.use_embedding
parameter to True
for at least one embedding to include it in the processing.-10.0
to 10.0
. Adjust the weight parameter accordingly.© Copyright 2024 RunComfy. All Rights Reserved.