DeclanRussell / NvidiaAIDenoiser

A simple implementation of Nvidia's AI denoiser
MIT License
398 stars 52 forks source link

error for large images #26

Closed ai25395 closed 1 year ago

ai25395 commented 1 year ago

Hi.I am using this software (v2.4) to denoise a .png image which has a size of 16450*7000.And then there is a error:

Loaded successfully Output image: C:\Users\LTC\Desktop\untitled6.png Denoising... [OptiX]: Unknown error (Details: Function "_rtCommandListExecute" caught exception: Denoiser: getting memory resources failed. input resolution too large, tensor size 6467543040 (max 4294967295) input resolution too large, tensor size 6807937024 (max 4294967295) )

I think it means the image is too large for the GPU to process.So maybe it will help if splice the image into several parts, process them separately and finally compose the denoised parts one image.