Node Reference

Comprehensive guide to all 76 nodes in Radiance v2.1.0  9 New in v2.1

◎ HDR & Color Science

30 nodes
Radiance Grade Match New v2.1
RadianceGradeMatch

Shot-to-shot color matching using CIE L*a*b* mean and standard deviation transfer. Connect a source image and a reference image — the node matches the source's color statistics to the reference and outputs a matched image plus a grade_info JSON that can be replayed on other shots.

Inputs

Name Type Default
source IMAGE
reference IMAGE
match_strength FLOAT 1.0

Outputs

Name Type
IMAGE IMAGE
grade_info STRING (JSON)
Apply Grade Info New v2.1
RadianceApplyGradeInfo

Replay a grade_info JSON string (output of Radiance Grade or Grade Match) onto any image. Use this to apply a graded look to new shots without manually duplicating all grade parameters. The strength slider blends between original and graded.

Inputs

Name Type Default
image IMAGE
grade_info STRING
strength FLOAT 1.0

Outputs

Name Type
IMAGE IMAGE
Radiance LUT Bake New v2.1
RadianceLUTBake

Bake any Radiance Grade parameter set into a 33³ .cube LUT file. The output file is compatible with DaVinci Resolve, Nuke, Adobe Premiere Pro, and any OCIO pipeline. Also outputs a preview image showing the LUT applied to the input.

Inputs

Name Type Default
image IMAGE
output_path STRING output/grade.cube
lut_title STRING Radiance Grade
lut_size INT 33
lift_r/g/b FLOAT 0.0
gamma_r/g/b FLOAT 1.0
gain_r/g/b FLOAT 1.0
offset_r/g/b FLOAT 0.0
contrast FLOAT 1.0
saturation FLOAT 1.0

Outputs

Name Type
preview IMAGE
cube_path STRING
Radiance LUT Apply Enhanced v2.1
RadianceLUTApply

Load and apply any .cube LUT file to an image using GPU-safe trilinear interpolation. The strength parameter blends between the original and LUT-applied image (0 = bypass, 1 = full LUT). HDR-safe — values outside [0,1] are not clamped.

Inputs

Name Type Default
image IMAGE
lut_file STRING path/to/lut.cube
strength FLOAT 1.0

Outputs

Name Type
IMAGE IMAGE
Radiance Temporal Smooth New v2.1
RadianceTemporalSmooth

Reduces inter-frame flicker and AI grain in video batches using per-pixel Exponential Moving Average (EMA). The motion-aware mode boosts alpha to 1.0 on pixels with large frame-to-frame changes, preserving sharp motion while smoothing static background noise. Use before export or final evaluation.

Inputs

Name Type Default
images IMAGE (batch)
alpha FLOAT 0.5
motion_aware BOOLEAN True
motion_threshold FLOAT 0.05
warmup_frames INT 0

Outputs

Name Type
images IMAGE (batch)
stats STRING (JSON)
Radiance Flicker Analyze New v2.1
RadianceFlickerAnalyze

Measures frame-to-frame luma consistency across a video batch and outputs a JSON quality report. Use this before and after Temporal Smooth to benchmark flicker reduction. The flicker index is the coefficient of variation of per-frame luma means (std/mean). Values below 0.01 are imperceptible.

Inputs

Name Type Default
images IMAGE (batch)

Outputs

Name Type
images IMAGE (passthrough)
report STRING (JSON)
Radiance False Color New v2.1
RadianceFalseColor

Bakes a 7-zone calibrated false-color exposure visualization as an IMAGE output — usable in headless batch pipelines without opening the viewer. Zones: Crushed (purple), Under (blue), Dim (light blue), Correct (green ~18% grey), Over (yellow), Hot (orange-red), Clipped (white). Configurable exposure offset and sRGB/linear blend.

Inputs

Name Type Default
image IMAGE
is_linear BOOLEAN True
blend FLOAT 1.0
exposure_offset FLOAT 0.0

Outputs

Name Type
IMAGE IMAGE
Radiance Blend Composite New v2.1
RadianceBlendComposite

Composites two images using 8 industry-standard blend modes with optional per-pixel MASK control and opacity. HDR-safe — no mid-pipeline clamping. Useful for glow/bloom layers, light wraps, logo overlays, and VFX compositing. Blend modes: Normal, Add, Screen, Multiply, Overlay, Soft Light, Difference, Divide.

Inputs

Name Type Default
base IMAGE
blend IMAGE
mode COMBO Normal
opacity FLOAT 1.0
mask (opt) MASK

Outputs

Name Type
IMAGE IMAGE
RadianceLUTApply
RadianceLUTApply

Apply a 3D LUT (.cube) to an image with professional-grade color transformation.

Inputs

Name Type Default
image IMAGE
lut_file Dynamic
strength FLOAT 1.0
log_space BOOLEAN False
log_encoding (opt) COMBO Log10
clamp_output (opt) BOOLEAN False

Outputs

Name Type
IMAGE IMAGE
RadianceGPUColorMatrix
RadianceGPUColorMatrix

Apply custom color matrix transformations (3x3 or 4x4).

Inputs

Name Type Default
image IMAGE
preset Dynamic Custom
matrix_type COMBO RGB (3x3)
r_vector STRING 1.0, 0.0, 0.0
g_vector STRING 0.0, 1.0, 0.0
b_vector STRING 0.0, 0.0, 1.0
a_vector (opt) STRING 0.0, 0.0, 0.0, 1.0
offset (opt) STRING 0.0, 0.0, 0.0
clamp_output (opt) BOOLEAN False

Outputs

Name Type
IMAGE IMAGE
RadianceOCIOTransform
RadianceOCIOTransform

OpenColorIO Transform node.

Inputs

Name Type Default
image IMAGE
ocio_config_path STRING ACES 1.3 Studio
input_space STRING ACES - ACEScg
output_space STRING Output - sRGB
direction COMBO

Outputs

Name Type
IMAGE IMAGE
RadianceOCIODisplayView
RadianceOCIODisplayView

OCIO Display/View Transform with Look support. Professional color pipeline node for final output transforms: - Selects display device (sRGB, Rec.709, P3-DCI, etc.) - Selects view transform (ACES, Raw, Log, etc.) - Optional look application (Film looks, CDLs) - Processor caching for performance v1.1: Full OCIO 2.x support with context variables

Inputs

Name Type Default
image IMAGE
config_path STRING
display STRING sRGB
view STRING ACES 1.0 - SDR Video
look (opt) STRING
exposure_adjust (opt) FLOAT 0.0
context_key (opt) STRING
context_value (opt) STRING

Outputs

Name Type
IMAGE IMAGE
RadianceOCIOCDL
RadianceOCIOCDL

OCIO CDL (Color Decision List) Transform. Applies ASC CDL (American Society of Cinematographers Color Decision List) operations for on-set grading and shot matching: - Slope: Multiply (gain per channel) - Offset: Add (lift per channel) - Power: Exponent (gamma per channel) - Saturation: Global saturation control Can also load CDL values from .cc or .ccc files.

Inputs

Name Type Default
image IMAGE
cdl_file (opt) STRING
slope_r (opt) FLOAT 1.0
slope_g (opt) FLOAT 1.0
slope_b (opt) FLOAT 1.0
offset_r (opt) FLOAT 0.0
offset_g (opt) FLOAT 0.0
offset_b (opt) FLOAT 0.0
power_r (opt) FLOAT 1.0
power_g (opt) FLOAT 1.0
power_b (opt) FLOAT 1.0
saturation (opt) FLOAT 1.0

Outputs

Name Type
IMAGE IMAGE
RadianceSceneLinearWorkflow
RadianceSceneLinearWorkflow

Scene-Linear Workflow preset node. Common presets for professional color pipelines: - ACES: ACEScg working space with ACES output transforms - Nuke Default: sRGB linearized workflow - Film Emulation: LogC/S-Log for film look Automatically configures decode -> working space -> encode chain.

Inputs

Name Type Default
preset COMBO ACES 1.3 (ACEScg)

Outputs

Name Type
decode STRING
working_space STRING
encode STRING
RadianceACES2OutputTransform
RadianceACES2OutputTransform

ACES 2.0 Output Transform for professional display delivery. Converts ACEScg linear images to display-ready format using the ACES 2.0 Reference Rendering Transform with improved gamut mapping.

Inputs

Name Type Default
image IMAGE
display_target COMBO sRGB (Rec.709)
peak_luminance FLOAT 100.0
contrast FLOAT 1.0
gamut_compress (opt) BOOLEAN True
gamut_threshold (opt) FLOAT 0.75

Outputs

Name Type
IMAGE IMAGE
RadianceLUTBlend
RadianceLUTBlend

Blend two LUTs together with various blend modes. Allows creative combination of color grades and seamless transitions between different looks.

Inputs

Name Type Default
image IMAGE
lut_a COMBO
lut_b COMBO
blend_factor FLOAT 0.5
blend_mode COMBO Linear
strength (opt) FLOAT 1.0
clamp_output (opt) BOOLEAN False

Outputs

Name Type
IMAGE IMAGE
RadianceLogCurveDecode
RadianceLogCurveDecode

Logarithmic to Linear conversion using shared `color_utils`.

Inputs

Name Type Default
image IMAGE
curve Dynamic

Outputs

Name Type
IMAGE IMAGE
RadianceLogCurveEncode
RadianceLogCurveEncode

Linear to Logarithmic conversion using shared `color_utils`.

Inputs

Name Type Default
image IMAGE
curve Dynamic
apply_gamma (opt) BOOLEAN True
gamma (opt) FLOAT 2.2
exposure (opt) FLOAT 0.0
clamp_output (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceGrade
RadianceGrade

Professional color grading with per-channel Lift/Gamma/Gain/Offset, Contrast, Saturation, and cinematic presets.

Inputs

Name Type Default
image IMAGE
preset Dynamic None (Custom)
preset_strength FLOAT 1.0
lift_r (opt) FLOAT 0.0
lift_g (opt) FLOAT 0.0
lift_b (opt) FLOAT 0.0
gamma_r (opt) FLOAT 1.0
gamma_g (opt) FLOAT 1.0
gamma_b (opt) FLOAT 1.0
gain_r (opt) FLOAT 1.0
gain_g (opt) FLOAT 1.0
gain_b (opt) FLOAT 1.0
offset_r (opt) FLOAT 0.0
offset_g (opt) FLOAT 0.0
offset_b (opt) FLOAT 0.0
contrast (opt) FLOAT 1.0
pivot (opt) FLOAT 0.5
saturation (opt) FLOAT 1.0

Outputs

Name Type
image IMAGE
grade_info STRING
ImageToFloat32
ImageToFloat32

Convert images to 32-bit float precision for HDR processing. Preserves full dynamic range without clamping.

Inputs

Name Type Default
image IMAGE
normalize (opt) BOOLEAN False
source_gamma (opt) FLOAT 2.2

Outputs

Name Type
image IMAGE
Float32ColorCorrect
Float32ColorCorrect

Professional 32-bit color correction with exposure, contrast, saturation, gamma, and per-channel lift/gain controls.

Inputs

Name Type Default
image IMAGE
exposure FLOAT 0.0
contrast FLOAT 1.0
brightness FLOAT 0.0
saturation FLOAT 1.0
gamma (opt) FLOAT 1.0
lift_r (opt) FLOAT 0.0
lift_g (opt) FLOAT 0.0
lift_b (opt) FLOAT 0.0
gain_r (opt) FLOAT 1.0
gain_g (opt) FLOAT 1.0
gain_b (opt) FLOAT 1.0

Outputs

Name Type
image IMAGE
HDRExpandDynamicRange
HDRExpandDynamicRange

Expand SDR images to HDR dynamic range by recovering highlights and extending stops of exposure latitude.

Inputs

Name Type Default
image IMAGE
source_gamma FLOAT 2.2
highlight_recovery FLOAT 1.0
black_point FLOAT 0.0
target_stops FLOAT 14.0
highlight_rolloff FLOAT 1.5

Outputs

Name Type
image IMAGE
HDRToneMap
HDRToneMap

Professional HDR tone mapping with presets and advanced controls. GPU-accelerated.

Inputs

Name Type Default
image IMAGE
preset (opt) COMBO Cinematic Film
operator (opt) COMBO filmic_aces
exposure (opt) FLOAT 0.0
gamma (opt) FLOAT 2.2
white_point (opt) FLOAT 1.0
contrast (opt) FLOAT 1.0
saturation (opt) FLOAT 1.0
highlight_compression (opt) FLOAT 0.5
shadow_lift (opt) FLOAT 0.0
use_gpu (opt) BOOLEAN True

Outputs

Name Type
image IMAGE
ColorSpaceConvert
ColorSpaceConvert

GPU-accelerated color space conversion (sRGB, ACEScg, ACEScct, Rec.2020, DCI-P3). Uses industry-standard matrices.

Inputs

Name Type Default
image IMAGE
source_space COMBO sRGB
target_space COMBO ACEScg
exposure (opt) FLOAT 0.0
gamma_adjust (opt) FLOAT 1.0
chromatic_adaptation (opt) COMBO Bradford
use_gpu (opt) BOOLEAN True

Outputs

Name Type
image IMAGE
LoadImageEXR
LoadImageEXR

Load EXR/HDR files with full HDR dynamic range. Enter file path directly or select from input folder.

Inputs

Name Type Default
file_path STRING
input_folder_file (opt) Dynamic
exposure_adjust (opt) FLOAT 0.0

Outputs

Name Type
image IMAGE
metadata STRING
LoadImageEXRSequence
LoadImageEXRSequence

Load EXR/HDR image sequence from a folder. Returns a batch of images.

Inputs

Name Type Default
folder_path STRING
file_pattern (opt) STRING *.exr
start_frame (opt) INT 0
end_frame (opt) INT 0
frame_step (opt) INT 1
max_frames (opt) INT 0
exposure_adjust (opt) FLOAT 0.0

Outputs

Name Type
images IMAGE
metadata STRING
frame_count INT
SaveImage16bit
SaveImage16bit

Save images as 16-bit PNG or TIFF for wider software compatibility while preserving extended range.

Inputs

Name Type Default
images IMAGE
filename_prefix STRING output/16bit_
format COMBO PNG

Outputs

Name Type
HDRHistogram
HDRHistogram

Analyze HDR image histogram with dynamic range statistics, clipping indicators, and stops visualization.

Inputs

Name Type Default
image IMAGE
mode COMBO luminance
show_clipping BOOLEAN True
stops_range INT 14

Outputs

Name Type
histogram IMAGE
stats STRING
HDRExposureBlend
HDRExposureBlend

Blend multiple exposures (bracketing) for extended dynamic range. Takes highlights from low exposure and shadows from high exposure for optimal color grading.

Inputs

Name Type Default
low_exposure IMAGE
high_exposure IMAGE
blend_method COMBO Mertens Fusion
mid_exposure (opt) IMAGE
shadow_weight (opt) FLOAT 1.0
highlight_weight (opt) FLOAT 1.0
transition_smoothness (opt) FLOAT 0.3
exposure_offset_low (opt) FLOAT
exposure_offset_high (opt) FLOAT 2.0
ghost_removal (opt) BOOLEAN False

Outputs

Name Type
blended_hdr IMAGE
blend_mask IMAGE
blend_info STRING
HDRShadowHighlightRecovery
HDRShadowHighlightRecovery

Recover shadow and highlight detail from a single HDR image for better color grading flexibility.

Inputs

Name Type Default
image IMAGE
shadow_amount FLOAT 0.5
highlight_amount FLOAT 0.5
shadow_tone (opt) FLOAT 0.25
highlight_tone (opt) FLOAT 0.75
color_correction (opt) FLOAT 0.5
local_contrast (opt) FLOAT 0.0

Outputs

Name Type
recovered_image IMAGE
OCIOListColorspaces
OCIOListColorspaces

List all colorspaces available in an OCIO configuration file.

Inputs

Name Type Default
ocio_config_path (opt) STRING
filter_role (opt) STRING

Outputs

Name Type
colorspaces_list STRING
GPUTensorOps
GPUTensorOps

GPU-accelerated HDR operations. Fast exposure, gamma, and normalization.

Inputs

Name Type Default
image IMAGE
operation COMBO Exposure
value (opt) FLOAT 0.0
force_gpu (opt) BOOLEAN True

Outputs

Name Type
processed_image IMAGE
performance_info STRING
HDR360Generate
HDR360Generate

Generate 360° equirectangular panoramas for HDRI environment mapping in 3D applications.

Inputs

Name Type Default
source_image IMAGE
projection_type COMBO Equirectangular
output_width INT 4096
output_height INT 2048
horizontal_fov (opt) FLOAT 360.0
vertical_fov (opt) FLOAT 180.0
rotation_x (opt) FLOAT 0.0
rotation_y (opt) FLOAT 0.0
rotation_z (opt) FLOAT 0.0
interpolation (opt) COMBO Lanczos
fill_mode (opt) COMBO Mirror
exposure_adjust (opt) FLOAT 0.0

Outputs

Name Type
panorama IMAGE
projection_map IMAGE
ACES2OutputTransform
ACES2OutputTransform

Apply ACES 2.0 Output Transform with proper gamut mapping for SDR, HDR, or Cinema output.

Inputs

Name Type Default
image IMAGE
input_colorspace COMBO ACEScg
output_transform COMBO ACES 2.0 SDR (sRGB/Rec.709)
peak_luminance (opt) FLOAT 100.0
surround (opt) COMBO Dim
creative_white_scale (opt) FLOAT 1.0
exposure_adjust (opt) FLOAT 0.0
gamut_compress (opt) FLOAT 1.0

Outputs

Name Type
output_image IMAGE
transform_info STRING
ACESConfigManager
ACESConfigManager

Detect, download, and manage ACES OCIO configurations for professional color workflows.

Inputs

Name Type Default
action COMBO Detect Config
custom_config_path (opt) STRING
install_path (opt) STRING

Outputs

Name Type
config_path STRING
colorspaces_list STRING
status_info STRING
DaVinciWideGamut
DaVinciWideGamut

Convert to/from DaVinci Wide Gamut and DaVinci Intermediate.

Inputs

Name Type Default
image IMAGE
transform COMBO Linear to DaVinci WG

Outputs

Name Type
image IMAGE
ARRIWideGamut4
ARRIWideGamut4

Convert to/from ARRI Wide Gamut 4 (AWG4) for Alexa 35.

Inputs

Name Type Default
image IMAGE
direction COMBO AWG4 to ACEScg

Outputs

Name Type
image IMAGE
RadianceHighlightSynthesis
RadianceHighlightSynthesis

Recover and synthesize lost highlight details in clipped areas using neighboring texture information. Perfect for fixing clipped skies or light sources.

Inputs

Name Type Default
image IMAGE
threshold FLOAT 1.0
expansion FLOAT 0.2
detail_amount FLOAT 0.5
detail_scale FLOAT 1.0
blend_mode COMBO Screen
mask_blur (opt) FLOAT 5.0

Outputs

Name Type
synthesized_image IMAGE
recovery_mask IMAGE

◎ Film & Camera

15 nodes
RadianceWhiteBalance
RadianceWhiteBalance

Adjust white balance using color temperature (Kelvin) and tint.

Inputs

Name Type Default
image IMAGE
preset Dynamic Daylight (5500K)
temperature INT 5500
tint FLOAT 0.0
source_temperature (opt) INT 5500
intensity (opt) FLOAT 1.0
use_gpu (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceDepthOfField
RadianceDepthOfField

Apply cinematic depth of field blur with optional depth map input.

Inputs

Name Type Default
image IMAGE
blur_amount FLOAT 5.0
depth_map (opt) IMAGE
focus_distance (opt) FLOAT 0.5
focus_range (opt) FLOAT 0.1
bokeh_shape (opt) COMBO Circle
highlight_boost (opt) FLOAT 1.0
foreground_blur (opt) BOOLEAN True
use_gpu (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceMotionBlur
RadianceMotionBlur

Apply motion blur (directional, radial, or zoom) to simulate camera movement.

Inputs

Name Type Default
image IMAGE
blur_type COMBO Directional
amount FLOAT 10.0
angle (opt) FLOAT 0.0
center_x (opt) FLOAT 0.5
center_y (opt) FLOAT 0.5
samples (opt) INT 16
use_gpu (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceRollingShutter
RadianceRollingShutter

Simulate rolling shutter artifacts (skew, wobble, flash banding).

Inputs

Name Type Default
image IMAGE
skew_amount FLOAT 0.0
shutter_direction (opt) COMBO Vertical
wobble_frequency (opt) FLOAT 0.0
wobble_amplitude (opt) FLOAT 0.0
flash_band_position (opt) FLOAT
flash_band_width (opt) FLOAT 0.1
use_gpu (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceCompressionArtifacts
RadianceCompressionArtifacts

Add compression artifacts (JPEG blocking, color banding).

Inputs

Name Type Default
image IMAGE
artifact_type COMBO JPEG
quality INT 50
block_size (opt) INT 8
color_subsampling (opt) BOOLEAN True
banding_levels (opt) INT 32
noise_amount (opt) FLOAT 0.0

Outputs

Name Type
IMAGE IMAGE
RadianceCameraShake
RadianceCameraShake

Add handheld camera shake with translation and rotation.

Inputs

Name Type Default
image IMAGE
preset Dynamic Subtle Handheld
shake_x (opt) FLOAT 2.0
shake_y (opt) FLOAT 2.0
rotation (opt) FLOAT 0.5
frequency (opt) FLOAT 1.0
seed (opt) INT 0
animate (opt) BOOLEAN True
use_gpu (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadiancePhysicalCamera
RadiancePhysicalCamera

Professional Physical Camera simulation with: • Exposure Triangle (Shutter, Aperture, ISO) • Sensor Size selection • White Balance with temperature/tint • Depth of Field with bokeh • Motion Blur (based on shutter) • Rolling Shutter artifacts • Camera Shake simulation Each effect can be enabled/disabled.

Inputs

Name Type Default
image IMAGE
camera_body (opt) Dynamic Custom
shutter_speed (opt) COMBO 1/48
aperture (opt) COMBO f/2.8
iso (opt) INT 800
ev_compensation (opt) FLOAT 0.0
sensor_size (opt) Dynamic Full Frame (36x24mm)
enable_white_balance (opt) BOOLEAN True
wb_preset (opt) COMBO Daylight (5500K)
wb_temperature (opt) INT 5500
wb_tint (opt) FLOAT 0.0
enable_dof (opt) BOOLEAN False
focus_distance (opt) FLOAT 0.5
dof_strength (opt) FLOAT 5.0
bokeh_shape (opt) COMBO Circle
depth_map (opt) IMAGE
enable_vignette (opt) BOOLEAN False
vignette_strength (opt) FLOAT 0.3
vignette_radius (opt) FLOAT 0.8
enable_chromatic_aberration (opt) BOOLEAN False
ca_strength (opt) FLOAT 1.0
enable_lens_distortion (opt) BOOLEAN False
distortion_k1 (opt) FLOAT 0.0
distortion_k2 (opt) FLOAT 0.0
enable_motion_blur (opt) BOOLEAN False
motion_type (opt) COMBO Directional
motion_angle (opt) FLOAT 0.0
enable_rolling_shutter (opt) BOOLEAN False
rs_skew (opt) FLOAT 0.0
rs_wobble (opt) FLOAT 0.0
enable_shake (opt) BOOLEAN False
shake_preset (opt) COMBO Subtle Handheld
shake_intensity (opt) FLOAT 1.0
use_gpu (opt) BOOLEAN True
seed (opt) INT 0

Outputs

Name Type
image IMAGE
camera_info STRING
RadianceLightingStudio
RadianceLightingStudio

Define cinematic lighting setups to generate standardized prompt engineering modifiers.

Inputs

Name Type Default
key_light COMBO Softbox
direction COMBO 3/4 Portrait
contrast COMBO Cinematic (4:1 - Drama)
environment STRING studio dark background
rim_light (opt) BOOLEAN True
volumetric_fog (opt) FLOAT 0.0
color_grading (opt) COMBO Neutral

Outputs

Name Type
lighting_prompt STRING
RadianceDepthMapGenerator
RadianceDepthMapGenerator

Depth Anything V2 - Best 2024 Depth Estimation • Auto-downloads model from HuggingFace • 97.1% accuracy, 213ms inference • Outputs grayscale depth map (white=near, black=far) • Connect to Depth of Field node for realistic blur Model Sizes: • Small (25M) - Fastest, good for previews • Base (98M) - Balanced speed/quality • Large (335M) - Best quality for final renders

Inputs

Name Type Default
image IMAGE
model_size COMBO Base (98M - Balanced)
normalize (opt) BOOLEAN True
invert (opt) BOOLEAN False
blur_edges (opt) FLOAT 0.0
use_gpu (opt) BOOLEAN True

Outputs

Name Type
depth_map IMAGE
RadianceLensEffects
RadianceLensEffects

Apply professional lens effects with cinema lens presets.

Inputs

Name Type Default
image IMAGE
lens_preset Dynamic
effect_intensity FLOAT 1.0
chromatic_aberration (opt) FLOAT 0.1
distortion (opt) FLOAT 0.0
vignette_strength (opt) FLOAT 0.25
vignette_falloff (opt) FLOAT 2.0
bloom_intensity (opt) FLOAT 0.1
bloom_threshold (opt) FLOAT 0.8
flare_intensity (opt) FLOAT 0.0
apply_color_cast (opt) BOOLEAN True
use_gpu (opt) BOOLEAN True

Outputs

Name Type
processed_image IMAGE
RadianceProFilmEffects
RadianceProFilmEffects

Industry-level film effects combining grain, halation, lens effects, bloom, vignette, distortion, sharpening, and more. GPU-accelerated.

Inputs

Name Type Default
image IMAGE
master_preset Dynamic 35mm Clean
overall_intensity FLOAT 1.0
film_stock (opt) Dynamic None
camera_preset (opt) Dynamic None
lens_preset (opt) Dynamic None
use_gpu (opt) BOOLEAN True
seed (opt) INT 0
animate (opt) BOOLEAN True
grain_enable (opt) BOOLEAN True
grain_intensity (opt) FLOAT 0.15
grain_size (opt) FLOAT 1.0
grain_softness (opt) FLOAT 0.3
grain_shadow_boost (opt) FLOAT 1.5
grain_highlight_protect (opt) FLOAT 0.8
halation_enable (opt) BOOLEAN True
halation_intensity (opt) FLOAT 0.15
halation_threshold (opt) FLOAT 0.75
halation_size (opt) INT 50
halation_red (opt) FLOAT 1.0
halation_green (opt) FLOAT 0.3
halation_blue (opt) FLOAT 0.2
ca_enable (opt) BOOLEAN True
ca_intensity (opt) FLOAT 0.1
bloom_enable (opt) BOOLEAN True
bloom_intensity (opt) FLOAT 0.08
bloom_threshold (opt) FLOAT 0.8
bloom_size (opt) INT 30
vignette_enable (opt) BOOLEAN True
vignette_intensity (opt) FLOAT 0.25
vignette_falloff (opt) FLOAT 2.0
vignette_roundness (opt) FLOAT 1.0
distortion_enable (opt) BOOLEAN False
distortion_k1 (opt) FLOAT 0.0
distortion_k2 (opt) FLOAT 0.0
diffusion_enable (opt) BOOLEAN False
diffusion_intensity (opt) FLOAT 0.2
diffusion_threshold (opt) FLOAT 0.6
weave_enable (opt) BOOLEAN False
weave_amplitude (opt) FLOAT 2.0
sharpen_enable (opt) BOOLEAN False
sharpen_method (opt) COMBO
sharpen_amount (opt) FLOAT 0.5
sharpen_radius (opt) FLOAT 1.0
detail_enhance (opt) FLOAT 0.0

Outputs

Name Type
processed_image IMAGE
effect_info STRING
RadianceRealisticGrain
RadianceRealisticGrain

Realistic camera grain based on real sensor noise. Just pick your camera and adjust strength.

Inputs

Name Type Default
image IMAGE
camera_preset Dynamic ARRI Alexa 35
strength FLOAT 1.0
iso_simulation (opt) FLOAT 800
seed (opt) INT 0
animate (opt) BOOLEAN True

Outputs

Name Type
grained_image IMAGE
preset_info STRING
RadianceGrainV2
RadianceGrainV2

Grain Engine v2 - Per-Channel Grain Control Advanced grain simulation with independent control over each color channel. Perfect for matched film emulation or stylized creative grading. Features: - Independent R/G/B grain intensity - Independent R/G/B grain size - Channel correlation control - Luminance-aware grain response

Inputs

Name Type Default
image IMAGE
master_intensity FLOAT 0.15
red_intensity FLOAT 1.0
green_intensity FLOAT 0.85
blue_intensity FLOAT 1.15
red_size (opt) FLOAT 1.0
green_size (opt) FLOAT 0.9
blue_size (opt) FLOAT 0.8
channel_correlation (opt) FLOAT 0.3
shadow_boost (opt) FLOAT 1.5
highlight_protection (opt) FLOAT 0.8
softness (opt) FLOAT 0.3
seed (opt) INT 0
animate (opt) BOOLEAN True

Outputs

Name Type
IMAGE IMAGE
RadianceTemporalGrain
RadianceTemporalGrain

Temporal Grain for Video - Coherent Animated Grain Designed for video sequences with temporally coherent grain that avoids strobing artifacts and provides natural film-like motion. Features: - Frame-to-frame blend for temporal smoothing - Sub-pixel jitter for organic motion - Animation seed control for reproducibility - Per-sequence or per-frame grain options

Inputs

Name Type Default
image IMAGE
intensity FLOAT 0.12
grain_size FLOAT 1.0
temporal_blend FLOAT 0.3
sub_pixel_jitter FLOAT 0.5
fps (opt) FLOAT 24.0
color_response (opt) COMBO Neutral
seed (opt) INT 42
softness (opt) FLOAT 0.25
shadow_boost (opt) FLOAT 1.4
r_intensity (opt) FLOAT 1.0
g_intensity (opt) FLOAT 1.0
b_intensity (opt) FLOAT 1.0

Outputs

Name Type
IMAGE IMAGE
Radiance Manager
RadianceCinemaStudio

Cinematic prompt generator with real-world camera interaction. Select cameras, lens series, and technical settings to auto-generate rich prompt modifiers.

Inputs

Name Type Default
base_prompt STRING
camera COMBO ARRI Alexa 35
lens_series COMBO Arri Signature Primes
focal_length COMBO 35mm
aperture COMBO T1.8
shot_type COMBO Medium Shot
camera_movement COMBO Static
shutter_angle (opt) COMBO 180°
iso (opt) COMBO 800

Outputs

Name Type
cinema_prompt STRING
tech_data STRING

⬆ Upscaling & Restoration

7 nodes
RadianceSharpen32bit
RadianceSharpen32bit

Professional 32-bit sharpening node. DEPRECATED — Use Radiance Pro Film Effects for new workflows.

Inputs

Name Type Default
image IMAGE
sharpen_method COMBO Unsharp Mask
amount FLOAT 0.5
radius (opt) FLOAT 1.0
threshold (opt) FLOAT 0.0
edge_protection (opt) FLOAT 0.0
process_in_linear (opt) BOOLEAN True
use_gpu (opt) BOOLEAN True

Outputs

Name Type
sharpened_image IMAGE
RadianceProUpscale
RadianceProUpscale

Professional 32-bit upscaler optimized for Flux with HDR support.

Inputs

Name Type Default
image IMAGE
scale_factor FLOAT 2.0
preset Dynamic
method (opt) Dynamic
sharpening (opt) FLOAT 0.3
sharpen_radius (opt) FLOAT 1.0
detail_enhancement (opt) FLOAT 0.2
antialiasing (opt) FLOAT 0.3
input_color_space (opt) COMBO
process_in_linear (opt) BOOLEAN True
use_tiles (opt) BOOLEAN False
tile_size (opt) INT 512
tile_overlap (opt) INT 64
output_bit_depth (opt) COMBO

Outputs

Name Type
upscaled_image IMAGE
width INT
height INT
info STRING
RadianceUpscaleBySize
RadianceUpscaleBySize

Upscale to exact dimensions with aspect ratio control.

Inputs

Name Type Default
image IMAGE
width INT 2048
height INT 2048
method Dynamic
maintain_aspect (opt) BOOLEAN True
aspect_mode (opt) COMBO
sharpening (opt) FLOAT 0.2
process_in_linear (opt) BOOLEAN True

Outputs

Name Type
upscaled_image IMAGE
final_width INT
final_height INT
RadianceUpscaleTiled
RadianceUpscaleTiled

Tile-based upscaler for processing very large images efficiently.

Inputs

Name Type Default
image IMAGE
scale_factor FLOAT 2.0
tile_size INT 512
tile_overlap INT 64
method Dynamic
sharpening (opt) FLOAT 0.3
detail_enhancement (opt) FLOAT 0.2
process_in_linear (opt) BOOLEAN True

Outputs

Name Type
upscaled_image IMAGE
width INT
height INT
tiles_processed INT
RadianceDownscale32bit
RadianceDownscale32bit

GPU-accelerated 32-bit downscaling with anti-aliasing.

Inputs

Name Type Default
image IMAGE
scale_factor FLOAT 0.5
method Dynamic
antialiasing (opt) FLOAT 0.5
pre_blur (opt) FLOAT 0.0
process_in_linear (opt) BOOLEAN True
use_gpu (opt) BOOLEAN True

Outputs

Name Type
downscaled_image IMAGE
width INT
height INT
RadianceBitDepthConvert
RadianceBitDepthConvert

Convert between bit depths with professional dithering to reduce banding.

Inputs

Name Type Default
image IMAGE
output_depth COMBO
dithering (opt) COMBO None
dither_strength (opt) FLOAT 1.0

Outputs

Name Type
converted_image IMAGE
bit_depth_info STRING
RadianceAIUpscale
RadianceAIUpscale

AI-powered upscaling using neural network models. Supports tiled processing for large images.

Inputs

Name Type Default
image IMAGE
model_name COMBO RealESRGAN_x4plus
tile_size INT 512
tile_overlap INT 32
auto_download BOOLEAN True
unload_model (opt) BOOLEAN False

Outputs

Name Type
image IMAGE
info STRING

Viewer & Analysis

3 nodes
RadianceViewer
RadianceViewer

VFX Industry-Standard Viewer (NO OUTPUT): • Zoom/Pan navigation • Exposure/Gamma controls • Channel viewing (RGB/R/G/B/Luma) • False color & zebra analysis • A/B comparison modes

Inputs

Name Type Default
image IMAGE
compare_image (opt) IMAGE

Outputs

Name Type
RadianceWaveform
RadianceWaveform

Visualize image exposure and channel balance using a Waveform monitor.

Inputs

Name Type Default
image IMAGE
mode COMBO RGB (Overlay)
size INT 512
opacity FLOAT 1.0

Outputs

Name Type
waveform_image IMAGE
RadianceVectorscope
RadianceVectorscope

Visualize color saturation and hue distribution (U/V plot).

Inputs

Name Type Default
image IMAGE
size INT 512
opacity FLOAT 1.0
skin_tone_line BOOLEAN True

Outputs

Name Type
vectorscope_image IMAGE

IO & Utilities

12 nodes
RadianceReadVideo
RadianceReadVideo

Read video files (MP4, MOV, AVI) with support for 8/10/12-bit depth. Handles color space conversion from common video standards.

Inputs

Name Type Default
video_path STRING
force_rate INT 0
frame_load_cap INT 0
skip_first_frames INT 0
select_every_nth INT 1
vhs_video (opt) VHS_VIDEO

Outputs

Name Type
IMAGE IMAGE
frame_count INT
fps FLOAT
video VHS_VIDEO
RadianceReadSequence
RadianceReadSequence

Read image sequences (EXR, PNG, JPG) efficiently. Supports start/end frames and missing frame handling.

Inputs

Name Type Default
folder_path STRING
pattern (opt) STRING *.exr
start_frame (opt) INT 0
frame_count (opt) INT 0

Outputs

Name Type
IMAGE IMAGE
RadianceDNAReader
RadianceDNAReader

Verifies if an image contains a valid FXTD Digital DNA signature.

Inputs

Name Type Default
image IMAGE

Outputs

Name Type
is_signed BOOLEAN
signature_data STRING
RadianceSaveEXR
RadianceSaveEXR

Save images as EXR files with full HDR and metadata support.

Inputs

Name Type Default
images IMAGE
filename_prefix STRING FXTD
format COMBO EXR
bit_depth COMBO
compression COMBO
input_color_space (opt) COMBO
output_color_space (opt) COMBO
alpha_mode (opt) COMBO
premultiply_alpha (opt) BOOLEAN False
subfolder (opt) STRING
start_frame (opt) INT 1
frame_padding (opt) INT 4
add_metadata (opt) BOOLEAN True
custom_metadata (opt) STRING
channel_format (opt) COMBO

Outputs

Name Type
file_paths STRING
folder_path STRING
frame_count INT
RadianceVAEEncode
RadianceVAEEncode

Encode 32-bit Linear/ACEScg images to VAE Latents with correct color handling.

Inputs

Name Type Default
pixels IMAGE
vae VAE
source_space COMBO Linear
exposure FLOAT 0.0
clip_to_0_1 BOOLEAN False

Outputs

Name Type
LATENT LATENT
RadianceVAEDecode
RadianceVAEDecode

Decode VAE Latents directly to 32-bit Linear/ACEScg images.

Inputs

Name Type Default
samples LATENT
vae VAE
target_space COMBO Linear
exposure_adjust FLOAT 0.0

Outputs

Name Type
IMAGE IMAGE
RadianceHelp
RadianceHelp

Open FXTD Studio Radiance documentation or website in your browser.

Inputs

Name Type Default
documentation COMBO Full Documentation
trigger (opt) * None

Outputs

Name Type
status STRING
RadianceUnifiedLoader
RadianceUnifiedLoader

Unified Professional Loader for Flux and modern Diffusion models (UNET + Dual CLIP + VAE).

Inputs

Name Type Default
unet_name Dynamic
weight_dtype COMBO default
clip_name1 Dynamic
clip_name2 Dynamic
type COMBO flux
device COMBO default
vae_name Dynamic

Outputs

Name Type
MODEL MODEL
CLIP CLIP
VAE VAE
RadianceCinematicPromptEncoder
RadianceCinematicPromptEncoder

All-in-one cinematic prompt builder with direct CLIP encoding. Clean interface: clip in → CONDITIONING out.

Inputs

Name Type Default
clip CLIP
base_prompt (opt) STRING A cinematic scene...
style_preset (opt) COMBO → Classic Hollywood
framing (opt) COMBO Medium Shot (MS)
camera_type (opt) COMBO ARRI Alexa 35
lens_focal (opt) COMBO 50mm Standard Prime
aperture_dof (opt) COMBO f/2.8 (Cinematic Separation)
lighting (opt) COMBO Cinematic Haze / Volumetric Fog
style_aesthetic (opt) COMBO Photorealistic (Raw)
film_stock (opt) COMBO None
shutter_speed (opt) COMBO None
color_grading (opt) COMBO None
aspect_ratio (opt) COMBO None
custom_details (opt) STRING
year_era (opt) INT 2024
negative_strength (opt) COMBO Standard
clip_skip (opt) INT 0

Outputs

Name Type
positive CONDITIONING
negative CONDITIONING
RadianceResolution
RadianceResolution

Professional Resolution Generator with industry presets: • Social Media (Instagram, TikTok, YouTube, Twitter, etc.) • Film & Cinema (4K DCI, 2K, IMAX, Anamorphic scopes) • Television (8K/4K UHD, HD, SD) • AI Optimized (SDXL, FLUX) Outputs empty latent + visual preview.

Inputs

Name Type Default
preset Dynamic FLUX 1MP Square
model_type (opt) Dynamic Flux / SD3
megapixels (opt) COMBO 1.0
custom_width (opt) INT 1024
custom_height (opt) INT 1024
custom_aspect (opt) Dynamic 1:1
use_custom (opt) BOOLEAN False
divisible_by (opt) COMBO 64
batch_size (opt) INT 1
swap_dimensions (opt) BOOLEAN False

Outputs

Name Type
latent LATENT
preview IMAGE
width INT
height INT
info STRING
RadianceSamplerPro
RadianceSamplerPro

Professional Flux-optimized sampler with presets, timing report, and full parameter control.

Inputs

Name Type Default
model MODEL
positive CONDITIONING
negative CONDITIONING
latent_image LATENT
seed INT 0
preset (opt) Dynamic → Flux txt2img
steps (opt) INT 20
cfg (opt) FLOAT 1.0
sampler (opt) COMBO euler
scheduler (opt) COMBO simple
denoise (opt) FLOAT 1.0
flux_shift (opt) FLOAT 1.0
flux_guidance (opt) FLOAT 3.5
start_step (opt) INT 0
end_step (opt) INT 150
add_noise (opt) BOOLEAN True
return_with_leftover_noise (opt) BOOLEAN False

Outputs

Name Type
latent LATENT
sigmas SIGMAS