Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for inputting floating-point numbers directly, ensuring consistency in numerical configurations.
The Cfg Literal
node is designed to provide a straightforward way to input a floating-point number into your workflow. This node is particularly useful when you need to specify a constant value that will be used in subsequent nodes or calculations. By allowing you to set a float value directly, it simplifies the process of configuring parameters that require numerical input, ensuring consistency and ease of use. This node is part of the ImageSaverTools/utils
category, indicating its utility in various image-saving and processing tasks. The primary function of this node is to return the specified float value, making it an essential tool for tasks that require precise numerical control.
The float
parameter allows you to input a floating-point number that will be used in your workflow. This parameter is essential for specifying numerical values that other nodes or processes may require. The float
parameter has a default value of 8.0, with a minimum value of 0.0 and a maximum value of 100.0. This range ensures flexibility while preventing extreme values that could potentially disrupt the workflow. By adjusting this parameter, you can control various aspects of your image processing tasks, such as scaling factors, thresholds, or other numerical settings.
The FLOAT
output parameter represents the floating-point number that you have specified in the float
input parameter. This output is crucial as it provides the exact numerical value that can be used by other nodes in your workflow. The FLOAT
output ensures that the specified value is consistently and accurately passed along, enabling precise control over subsequent processes. This output is particularly important for tasks that require exact numerical inputs, such as mathematical operations, scaling, or thresholding.
Cfg Literal
node to set constant values that will be used across multiple nodes to ensure consistency and avoid manual errors.float
parameter within its allowed range to fine-tune the performance of your image processing tasks, such as setting thresholds or scaling factors.float
value is outside the allowed range of 0.0 to 100.0.float
value is within the specified range. Adjust the value to be between 0.0 and 100.0.© Copyright 2024 RunComfy. All Rights Reserved.