Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates encoding positive/negative prompts for AI artists using CLIP model to condition models with specific textual descriptions.
The CLIP Positive-Negative (WLSH) node is designed to facilitate the encoding of positive and negative textual prompts using the CLIP model. This node is particularly useful for AI artists who want to leverage the power of CLIP to condition their models with specific textual descriptions. By providing both positive and negative text inputs, the node encodes these texts into a format that can be used to influence the generation process, allowing for more controlled and nuanced outputs. This capability is essential for tasks that require fine-tuned conditioning, such as generating images that adhere closely to a given description while avoiding certain unwanted features.
This parameter expects a CLIP model instance. The CLIP model is responsible for encoding the provided textual inputs into a format that can be used for conditioning. The model should be pre-loaded and ready to use.
This parameter takes a string input that represents the positive textual prompt. The text provided here will be encoded by the CLIP model to generate a positive conditioning vector. This vector will guide the model towards generating outputs that align with the positive description. The default value is an empty string, and it supports multiline input for more complex descriptions.
This parameter takes a string input that represents the negative textual prompt. Similar to the positive_text parameter, the text provided here will be encoded by the CLIP model to generate a negative conditioning vector. This vector will help the model avoid generating outputs that contain features described in the negative prompt. The default value is an empty string, and it supports multiline input for more detailed descriptions.
This output provides the encoded positive conditioning vector. It is a tuple containing the encoded representation of the positive text and an empty dictionary. This vector is used to influence the model towards generating outputs that match the positive description.
This output provides the encoded negative conditioning vector. Similar to the positive output, it is a tuple containing the encoded representation of the negative text and an empty dictionary. This vector helps the model avoid generating outputs that include features described in the negative prompt.
clip
parameter.© Copyright 2024 RunComfy. All Rights Reserved.
RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.