Declan Russell

Results 25 comments of Declan Russell

@RicardasSim This is great, thanks for the contribution! :) @XBOOS Let me know if this works for your machine.

@JSMOZART Do you have the correct nvidia driver installed? It requires 390.xx or higher

Hi @dwiyantoris, This tool is a stand alone executable that you run via command line. It has no relation to blender, so it is unclear to me what you are...

Thanks, I'm glad you're enjoying the tool! Using multiple images is currently the only workflow but having multilayer EXR support certainly would be nice. The fact that the tool already...

Thanks Ricardo, this is great! I think I have a good idea of how I'm going to implement it. I'll try my best to find some free time to hack...

Thanks for reporting! Something to do with the type conversion logic I quickly hacked up. The difference with this denoiser is that I have to convert images to float3 to...

Sorry for the late reply. Currently the only workflow is to render AOVs separately and then feed paths to each. I've also replied in https://github.com/DeclanRussell/NvidiaAIDenoiser/issues/18 in regard to multilayer EXR...

You need to run the script from the location your image files are in. The script is very simple, it will essentially execute the denoiser on every file that is...

Digging into this a little more I've found that putting a lock around when the pass manager runs the optimization passes like so solves the symbol issues. ```diff diff --git...

Thanks for the suggestions guys! Looks like @fpsunflower was on the money with that static counter in the NVPTX target. I changed the counter to be an atomic with the...