Quick start setup for FXTD Studio Radiance
Navigate to your ComfyUI custom nodes directory:
cd ComfyUI/custom_nodes git clone https://github.com/fxtdstudios/radiance.git
Install the required packages using pip:
cd fxtdstudio-radiance pip install -r requirements.txt
Note: This will install core requirements. Optional features (like EXR or Depth Maps) may require extra steps below.
Restart your server. Check the console for:
[FXTDStudio Radiance] 🟢 Loaded 50+ nodes (v1.0.0)
.exr files.
To enable the full feature set, install these libraries if they aren't picked up automatically:
# Enable Depth Map Generation pip install transformers # Enable Professional EXR workflows pip install OpenEXR # Enable Advanced Color Science pip install colour-science
If pip install OpenEXR fails on
Windows due to missing C++ compilers, try:
pip install openexr-python
Or download a pre-built wheel for your Python version.
Head over to the Tutorials to build your first professional grading pipeline, or check Node Reference to verify all nodes are loaded.