-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable or change the denoiser? #200
Comments
When I tested it, setting LUISA_COMPUTE_DOWNLOAD_OIDN=ON when compiling LuisaRenderer works to change it to OIDN. Also, to close the denoise or change the denoise parameter you can find it in the camera parameters. |
Unfortunately, I have already made the configuration as described above, but it seems that Genesis still insists on using Optix. I copied the entire successfully built directory into the installation path of the Genesis library (where I can see the OIDN-related files exist).
But it still produce the same error when I run the
Are there any additional code adjustments required? |
Hi, I want to disable the denoiser for raytracer renderer(since Optix is not supported in WSL2), but 'denoise' parameter is not exist.
gs.renderers.RayTracer
's input parameter set is inconsistent with the documentation(https://genesis-world.readthedocs.io/en/latest/api_reference/options/renderer/raytracer.html)And I don't know how to change the denoiser to OIDN, The documentation does not mention it. I set
LUISA_COMPUTE_DOWNLOAD_OIDN=ON
when compiling LuisaRenderer.The text was updated successfully, but these errors were encountered: