Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for demultiplexing AI art prompt parameters for granular control and customization.
The SeargeOutput5 node is designed to process and extract specific parameters related to prompt processing in AI art generation workflows. This node demultiplexes a set of parameters, breaking them down into individual components that can be used for further processing or analysis. By isolating key parameters such as conditioning scales and style prompt powers, it allows for more granular control and fine-tuning of the AI's output, enhancing the overall quality and customization of the generated art.
This input parameter is a dictionary containing various settings and values related to prompt processing. It includes essential elements such as conditioning scales and style prompt powers, which influence how the AI interprets and generates art based on the given prompts. The exact structure and content of this dictionary depend on the specific use case and the preceding nodes in the workflow.
This output returns the original dictionary of parameters that was input into the node. It serves as a pass-through to ensure that the entire set of parameters remains available for subsequent nodes or processes.
This output represents the base conditioning scale, a floating-point value that adjusts the influence of the base prompt on the generated art. Higher values increase the prompt's impact, while lower values reduce it.
This output is the refiner conditioning scale, another floating-point value that modifies the effect of the refiner prompt. Similar to the base conditioning scale, it allows for fine-tuning the prompt's influence on the final output.
This output denotes the style prompt power, a floating-point value that controls the strength of the style prompt. It determines how much the style prompt affects the generated art, enabling artists to emphasize or de-emphasize stylistic elements.
This output is the negative style power, a floating-point value that adjusts the impact of negative style prompts. It helps in reducing or counteracting unwanted stylistic influences, providing a mechanism to refine and control the artistic output more precisely.
KeyError: 'base_conditioning_scale'
base_conditioning_scale
.base_conditioning_scale
key with a valid floating-point value.KeyError: 'refiner_conditioning_scale'
refiner_conditioning_scale
key.refiner_conditioning_scale
key with an appropriate floating-point value.KeyError: 'style_prompt_power'
style_prompt_power
key is not present in the input parameters dictionary.style_prompt_power
key with a valid floating-point value.KeyError: 'negative_style_power'
negative_style_power
key.negative_style_power
key with a suitable floating-point value.© Copyright 2024 RunComfy. All Rights Reserved.