ComfyUI Node: nor

Class Name

Basic data handling: Boolean Nor

Category
Basic/BOOLEAN
Author
StableLlama (Account age: 861days)
Extension
Basic data handling
Latest Updated
2026-05-07
Github Stars
0.04K

How to Install Basic data handling

Install this extension via the ComfyUI Manager by searching for Basic data handling
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Basic data handling in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

nor Description

Performs a logical NOR operation, returning true only if both boolean inputs are false.

nor:

The Boolean Nor node is designed to perform a logical NOR operation on two boolean values. This node is particularly useful when you need to determine if neither of the two input conditions is true. The NOR operation is a fundamental logic gate in digital circuits, and it returns true only when both inputs are false. This node simplifies the process of evaluating such conditions, making it an essential tool for scenarios where you need to ensure that both conditions are not met simultaneously. By integrating this node into your workflow, you can efficiently handle logical operations that require a NOR evaluation, enhancing the decision-making capabilities of your AI models.

nor Input Parameters:

input1

input1 is the first boolean input parameter for the NOR operation. It represents one of the conditions you want to evaluate. The value of input1 can be either True or False, with a default value of False. This parameter is crucial as it directly influences the outcome of the NOR operation. If input1 is True, the result will be False unless input2 is also False.

input2

input2 is the second boolean input parameter for the NOR operation. Similar to input1, it represents another condition to be evaluated. The value of input2 can also be either True or False, with a default value of False. This parameter works in conjunction with input1 to determine the final result of the NOR operation. If both input1 and input2 are False, the output will be True.

nor Output Parameters:

BOOLEAN

The output of the Boolean Nor node is a single boolean value, which is the result of the NOR operation on the two input parameters. This output is True only when both input1 and input2 are False. In all other cases, the output will be False. This output is essential for logical decision-making processes where you need to confirm that neither of the input conditions is true.

nor Usage Tips:

  • Use the Boolean Nor node when you need to ensure that two conditions are not true simultaneously. This can be particularly useful in scenarios where you want to trigger an action only if both conditions are false.
  • Combine the Boolean Nor node with other logical nodes like AND, OR, and NOT to create complex logical expressions and enhance the decision-making capabilities of your AI models.

nor Common Errors and Solutions:

Invalid Input Type

  • Explanation: This error occurs when the inputs provided are not of boolean type.
  • Solution: Ensure that both input1 and input2 are boolean values (True or False). Check the data type of your inputs before passing them to the node.

Missing Input

  • Explanation: This error happens when one or both of the required inputs are not provided.
  • Solution: Make sure to provide both input1 and input2 when using the Boolean Nor node. These inputs are mandatory for the node to function correctly.

nor Related Nodes

Go back to the extension to check out more related nodes.
Basic data handling
RunComfy
Copyright 2025 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 Models, enabling artists to harness the latest AI tools to create incredible art.

nor