Cycles OIDN support

Is it available in recent builds? or do i have to download files.can you share the download link please.

It is not in master yet.

Mathieu is providing builds with extra features, including ODIN:

1 Like

My system is a potato pc dont support open cl and i only have 4gb ram with i3 processor.still ill try thank you stefanW.

Have you tried this Build from Graphicall?

No i didn’t try.thank you for the link.

1 Like

Hi @StefanW @brecht

I was wondering if OIDN has been upgraded to the latest version, there are a bunch of nice updates plus new neural networking training.

I’ve missed if it’s been implemented to version 1.2.0
Thanks

3 Likes

I think OIDN in Blender is at 1.0.0 still. Should be a pretty painless update though.

1 Like

Hey everyone,

Intel Denoise has been updated to 1.2.0 with some interesting features like:

  • Added neural network training code;
  • Slightly improved denoising quality (e.g. less ringing artifacts, less blurriness in some cases);
  • Improved denoising speed by about 7-38% (mostly depending on the compiler);
    etc.

I’m curious what version of IOID implemented in Blender right now? Is it up to date or not?

Same discussion is already going on here.

1 Like

We’ll likely upgrade to 1.2.0 for Blender 2.90:
https://developer.blender.org/T76184

9 Likes

I am curious about this:
https://developer.blender.org/rBd3283ef1210fe63f75a3b1a60efa3abe5763e6ad

I do “make update” in blender folder, and in “/lib/linux_centos7_x86_64/openimagedenoise/include/OpenImageDenoise/version.h” it still shows 1.0.0
Is 1.2.0 version not already included in precompiled libraries?

Precompiled libraries were not updated yet.

1 Like

It looks like the Windows precompiled OIDN library is at v1.2.1, Linux is still at 1.0.0.

By the way: Does this mean the Linux builds from builder.blender.org are on 1.0.0, too? AFAIK they use the precompiled libs, right?

In fact it would be good to know if there is any method to see the versions of the libraries that have been used in a certain Blender build. In this case for OIDN, but also in general.

1 Like

I can probably clear up some of this confusion, the updating of the SVN libs is depended on the time the maintainers of a certain platform has available, the process closely follows the release schedule.

The way this works, I generally do most of the work in the deps builder (the source script that builds the SVN libs), and I aim to be done in bcon1 for windows, leaving some of bcon1 and the beginning of bcon2 for the other platform devs to catch up and build the libs for mac/linux and upload them to SVN.

However in bcon3 when the release branches/tags are made, the libs ought to be in place for all platforms.

So until bcon3 hits, there’s a rather large chance that the platforms have slightly different libraries on any given day.

bcon3/4/5 will have a good set of libs with identical versions across the platforms.

However once bcon3 hits for release N , bcon0 starts for release N+1 which repeats the loop.

TLDR;
if you want stable libs, stick to stable branches, master will always be whatever was available that day for any given platform.

3 Likes

Libraries were updated today. Thank you!

Hi, can you build with latest updates?
I got:

make[3]: *** Keine Regel vorhanden, um das Ziel
„/home/pepo/blender-git/lib/linux_centos7_x86_64/openimagedenoise/lib/libmkldnn.a“, 
benötigt von „bin/blender“, zu erstellen.  Schluss.

*** No rule to create libmkldnn.a
end***

Cheers, mib

Hi mib.
I can successfully build without problems on Kubuntu 20.04.

Thank you for fast reply, got it to build removing the build directory on Laptop but still problems on workstation.
Will open a new thread if I not get it fixed by myself, has nothing to do with OIDN anyway.

Cheers, mib

You need to update the CMake configuration (by removing all OPENIMAGEDENOISE* variables from CMakeCache.txt) or start a clean build by removing the build_darwin folder entirely.

https://developer.blender.org/rBL62455#272261

1 Like