grantwilk / d-noise

An AI denoising pipeline between Blender and NVIDIA's OptiX AI-Accelerated Denoiser.
http://remingtoncreative.com/software/blender/d-noise
GNU General Public License v3.0
303 stars 36 forks source link

Install OptiX Binaries not possible in Blender 2.82.7 #63

Closed C64Gamer closed 4 years ago

C64Gamer commented 4 years ago

After installing the addon in blender 2.82.7 I was not able to download and install the "OptiX" binaries.

The button Install OptiX Binaries in the preferences is doing nothing. It asks This will download a 243MB file. Continue? After a click in "OK" nothing happend.

Screenshot_456

C64Gamer commented 4 years ago

Have found the problem in urlutils.py

URL = "https://www.googleapis.com/drive/v3/files/1xTttPPtDWVeVQBZ5IvgphLMzfMqGwbiZ/?key=AIzaSyAeQC-x72dJTVWT6z_BqMescy4y26GG-aY&alt=media" FILE_NAME = "DNOISE_OptiXBinaries.zip"

The max download quota from the google link is reached:

{ "error": { "errors": [ { "domain": "global", "reason": "downloadQuotaExceeded", "message": "The download quota for this file has been exceeded." } ], "code": 403, "message": "The download quota for this file has been exceeded." } }

Can you reupload it and implement a new link ?

d8sconz commented 4 years ago

I've managed to get the files OK from nvidia (you need to register as a developer, but it's free) - https://developer.nvidia.com/designworks/optix/beta-download. But I can't find where to install them to. I went with the default settings and Blender isn't picking up that they're there. Where is Blender expecting to find these files?

davidbdyer commented 4 years ago

Same problem here!

C64Gamer commented 4 years ago

Have a look here: https://github.com/grantwilk/d-noise/issues/64#issuecomment-605392872

mohammdpc commented 3 years ago

D-NOISE has been deprecated! The OptiX AI Denoiser is now natively included in Blender 2.82. that is what is written here: https://remingtongraphics.net/tools/d-noise/