Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ChromaRadianceOptions node allows you to configure advanced settings for the Chroma Radiance model. It wraps an existing model and applies specific options during the denoising process based on sigma values, enabling fine-tuned control over NeRF tile size and other radiance-related parameters.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelMODELRequired--The model to apply Chroma Radiance options to
preserve_wrapperBOOLEANOptionalTrue-When enabled, will delegate to an existing model function wrapper if it exists. Generally should be left enabled.
start_sigmaFLOATOptional1.00.0 - 1.0First sigma that these options will be in effect.
end_sigmaFLOATOptional0.00.0 - 1.0Last sigma that these options will be in effect.
nerf_tile_sizeINTOptional-1-1 and aboveAllows overriding the default NeRF tile size. -1 means use the default (32). 0 means use non-tiling mode (may require a lot of VRAM).
Note: The Chroma Radiance options only take effect when the current sigma value falls between end_sigma and start_sigma (inclusive). The nerf_tile_size parameter is only applied when set to 0 or higher values.

Outputs

Output NameData TypeDescription
modelMODELThe modified model with Chroma Radiance options applied