Page 4 of 4

Re: Optix denoiser imagepipeline plugin

Posted: Sat Aug 01, 2020 10:02 pm
by zuljin3d
B.Y.O.B. wrote: Sat Aug 01, 2020 9:32 pm Indeed, we should decide what to do on slower devices: Do we implement a separate code path where Optix is only run every few seconds, in the background? Or do we just say that users with slower hardware should use OIDN instead?
You are right, in complex scenes(for example"CannelleEtFromage") , my gtx 960 lags very much(or crash), however, we can always switch to the cpu render in viewport,it may be slow, but very usable.
I really like this "effect of neural networks",as if someone is painting on viewport :D

My test
https://www.youtube.com/watch?v=IcIuLjWTKXA

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 10:33 am
by CodeHD
And here's my test, with a rather simple scene and an RTX 2070.

https://www.youtube.com/watch?v=YS7f3s5Ikso

Works really well and super useful. Only the frequent crashes are a bit problematic right now. Maybe you can make it opt-in (like CUDA/optix in the addon preferences) until it is fixed? Or is there such a possibility already?

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 10:44 am
by B.Y.O.B.
CodeHD wrote: Sun Aug 02, 2020 10:33 am Only the frequent crashes are a bit problematic right now. Maybe you can make it opt-in (like CUDA/optix in the addon preferences) until it is fixed? Or is there such a possibility already?
You can change the viewport denoiser back to OIDN in the render properties, viewport panel.
The crashes need to be fixed at the root. Towards this purpose, it's actually good to put known unstable features as defaults to get as much data on the problem as possible. v2.5 is in unstable alpha testing phase after all, which is meant for testers, not end-users and production.

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 10:53 am
by CodeHD
B.Y.O.B. wrote: Sun Aug 02, 2020 10:44 am You can change the viewport denoiser back to OIDN in the render properties, viewport panel.
Right, thanks! I only saw the final render setings.
B.Y.O.B. wrote: Sun Aug 02, 2020 10:44 am The crashes need to be fixed at the root. Towards this purpose, it's actually good to put known unstable features as defaults to get as much data on the problem as possible. v2.5 is in unstable alpha testing phase after all, which is meant for testers, not end-users and production.
Agreed, I just wanted the option.

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 4:38 pm
by Odilkhan Yakubov
I've downloaded latest alpha version and it shows me after compiling kernel_cache in the viewport "OptixDenoiserPlugin used while Optix is not available".

specs: Win7 x64, v2.90 alpha, v441.87 driver

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 4:59 pm
by B.Y.O.B.
Looks to me like your driver is too old. You'll need 450+.
Also not sure about Win 7, could be that OptiX doesn't support it.
Blender 2.9 is not supported by our addon, you might want to test with 2.83.

Re: Optix denoiser imagepipeline plugin

Posted: Sun Aug 02, 2020 5:24 pm
by Odilkhan Yakubov
Ok. I will look into it. Thanks for the inform