Visit ComfyUI Online for ready-to-use ComfyUI environment
Specialized node to disable dynamic prompts in ComfyUI, ensuring static input integrity.
The NonDynamic String node is a specialized helper node designed to disable dynamic prompts within the ComfyUI framework. This node ensures that the input string remains static and unaltered by any dynamic prompt mechanisms that might otherwise modify it. This is particularly useful in scenarios where you need to maintain the integrity of a specific string input without it being randomized or altered by the system. By using this node, you can ensure that your input string is processed exactly as provided, making it ideal for tasks that require consistent and predictable string inputs.
The string
parameter is the primary input for the NonDynamic String node. It accepts a string value that you want to keep static and unaltered. This parameter is designed to disable dynamic prompts, ensuring that the input string remains exactly as you provide it. The string
parameter supports multiline input, allowing you to enter longer texts if needed. The default value for this parameter is an empty string (''
). This feature is particularly useful when you need to maintain the integrity of specific text inputs without any modifications.
The String
output parameter returns the exact string that was provided as input. This output ensures that the string remains unchanged and is not affected by any dynamic prompt mechanisms. The primary function of this output is to provide a consistent and predictable string value that can be used in subsequent nodes or processes within your workflow. This is particularly important for tasks that require the original input string to remain intact.
dynamicPrompts
attribute is set to False
for the input string parameter. This ensures that the string remains static and unaltered.© Copyright 2024 RunComfy. All Rights Reserved.