Common questions and solutions for FXTD Studio Radiance
If FXTD Radiance nodes don't appear in the node menu:
custom_nodes/FXTDStudio_Radiance/__init__.py exists in the folderLook for this message in the ComfyUI console:
[FXTDStudio Radiance] Loaded 50+ nodes (v1.0.0)
If you see "ModuleNotFoundError" in the console:
cd custom_nodes/FXTDStudio_Radiance pip install -r requirements.txt
Common missing modules:
colour-science โ For advanced color transformsopencv-python โ For image I/O including EXRscipy โ For signal processing functionsThis is just a warning, not an error. Most nodes will work fine without it.
colour-science is only needed for:
pip install colour-science
If nodes are running slowly or falling back to CPU:
use_gpu is enabled on nodes that have itRun in Python console:
import torch
print(f"CUDA available: {torch.cuda.is_available()}")
print(f"Device: {torch.cuda.get_device_name(0)}")
If you're getting CUDA out of memory errors:
In upscale nodes, set:
use_tiles: truetile_size: 512tile_overlap: 64Some operations are inherently CPU-bound:
Expected performance: Most GPU operations should be 20-50x faster than CPU.
This is likely log-encoded footage!
If you've used LogC encoding, the image is supposed to look flat. This preserves maximum dynamic range for color grading in DaVinci Resolve or other NLEs.
Log footage must be viewed with the correct color transform applied in your grading software.
Standard 8-bit images clip at 1.0. For HDR workflows:
Press E in Radiance Pro Viewer to enable false color. Red areas are clipped!
For more realistic grain:
grain_intensity โ less is moregrain_softness for a more organic lookgrain_intensity: 0.15 grain_size: 0.8 grain_softness: 0.4 halation: 0.1
EXR export requires OpenCV with EXR support:
pip uninstall opencv-python pip install opencv-python-headless
The save path must also be writable. Check the console for the actual output path.
Color space mismatch! EXR files store linear data by default.
Set project color space to match what you exported:
Banding in gradients is usually caused by:
Common causes and fixes:
steps: 20 (dev) or 4 (schnell) cfg: 1.0 sampler: euler scheduler: simple flux_shift: 1.0 flux_guidance: 3.5
flux_shift adjusts the sigma (noise) schedule for Flux models.
This is similar to how SDXL uses different schedules for 1024px vs 512px.
The FXTD Radiance Sampler adds:
It's fully compatible with non-Flux models too!
The Radiance Pro Viewer requires JavaScript extensions:
js/ folder exists in the extensionYou should see in ComfyUI console:
[FXTDStudio Radiance] Radiance Pro Viewer JavaScript extension enabled
Make sure the viewer has focus:
H โ Toggle histogram W โ Toggle waveform V โ Toggle vectorscope E โ Toggle false color (exposure) F โ Toggle fullscreen R / G / B โ Isolate channels 1 โ Reset to 100% zoom 0 โ Fit to screen
Connect two images to compare them: