ComfyUI > Nodes > radiance > ◎ Radiance DNA Validator

ComfyUI Node: ◎ Radiance DNA Validator

Class Name

RadianceDNAValidator

Category
FXTD Studios/Radiance/Data
Author
fxtdstudios (Account age: 0days)
Extension
radiance
Latest Updated
2026-03-20
Github Stars
0.18K

How to Install radiance

Install this extension via the ComfyUI Manager by searching for radiance
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter radiance 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

◎ Radiance DNA Validator Description

Validates image DNA signatures to ensure authenticity and integrity in secure workflows.

◎ Radiance DNA Validator:

The RadianceDNAValidator node serves as a quality control gate for validating the presence of a DNA signature in images. This node is particularly useful in workflows where ensuring the authenticity and integrity of image data is crucial. By checking for a DNA signature, the node can confirm whether an image has been processed or signed by a trusted source. It offers the flexibility to block unsigned images from proceeding further in the workflow, thereby maintaining a high standard of data integrity. This feature is especially beneficial in environments where image authenticity is paramount, such as in digital art creation or secure data handling. The node's primary function is to validate the DNA signature, providing users with a clear status of the image's authenticity, which can be crucial for decision-making processes in creative and technical projects.

◎ Radiance DNA Validator Input Parameters:

image

The image parameter is the primary input for the RadianceDNAValidator node. It accepts an image in the form of a tensor, which is a multi-dimensional array commonly used in machine learning and image processing tasks. This parameter is essential as it provides the data that will be checked for a DNA signature. The image must be in a compatible format for the node to process it effectively. There are no specific minimum or maximum values for this parameter, but it should be a valid image tensor for successful validation.

require_signed

The require_signed parameter is a boolean option that determines whether the node should block unsigned images from proceeding. By default, this parameter is set to True, meaning that the node will only allow images with a valid DNA signature to pass through. If set to False, the node will still validate the signature but will not block unsigned images, allowing them to continue in the workflow. This parameter is crucial for controlling the strictness of the validation process, providing flexibility depending on the user's needs for data integrity and workflow requirements.

◎ Radiance DNA Validator Output Parameters:

image

The image output parameter returns the original image that was input into the node. This allows the image to continue through the workflow, regardless of whether it was validated as signed or not. This output is useful for maintaining the continuity of the image processing pipeline.

is_valid

The is_valid output parameter is a boolean value that indicates whether the image has a valid DNA signature. A value of True means the image is signed and validated, while False indicates that the image either lacks a signature or the signature is invalid. This output is critical for decision-making processes, as it informs the user about the authenticity of the image.

status

The status output parameter provides a string message detailing the validation results. This message includes information about the number of frames signed and any unsigned frames if applicable. It serves as a comprehensive report of the validation process, offering insights into the image's authenticity and any potential issues that need to be addressed.

◎ Radiance DNA Validator Usage Tips:

  • Ensure that the require_signed parameter is set according to your workflow needs. If image authenticity is critical, keep it set to True to block unsigned images.
  • Use the status output to gain insights into the validation process and quickly identify any unsigned frames that may require attention.
  • Integrate the RadianceDNAValidator node early in your workflow to ensure that only authenticated images are processed further, maintaining data integrity throughout your project.

◎ Radiance DNA Validator Common Errors and Solutions:

VALIDATION FAILED: <valid_count>/<batch_size> frames signed (unsigned: <unsigned_frames>)

  • Explanation: This error occurs when the node detects that not all frames in the image batch are signed, and the require_signed parameter is set to True.
  • Solution: Review the unsigned frames listed in the error message and ensure they are processed through a signing node before validation. Alternatively, set require_signed to False if unsigned frames are acceptable in your workflow.

Invalid image format

  • Explanation: The node received an image in an unsupported format or structure, preventing it from performing the validation.
  • Solution: Ensure that the input image is a valid tensor and compatible with the node's requirements. Convert or preprocess the image if necessary to meet the expected format.

◎ Radiance DNA Validator Related Nodes

Go back to the extension to check out more related nodes.
radiance
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.

◎ Radiance DNA Validator