hello hey excuse me a question, the program that you recommended me denoiser and I tried to run it but nothing appears, the cmd opens but it closes instantly I have to install something else or do you think you have some tips to use it
1. Not sure where I read you
should not have the denoised installed on C:
2. So copy your denoiser folder to D: for example and you'll have "D:\Denoiser_v1.1"
In the Denoiser_v1.1 folder open a "New Text Document" and copy this code:
SET FILE_EXTENSION=png
SET PATH_TO_DENOISER=D:\Denoiser_v1.1
SET OUTPUT_PREFIX=denoiser_
for /r %%v in (*.%FILE_EXTENSION%) do %PATH_TO_DENOISER%\Denoiser.exe -i "test.%FILE_EXTENSION%" -o "%OUTPUT_PREFIX%test.%FILE_EXTENSION%"
cmd /k
On the 1st line write the extension you're using for your original picture/render.. "...=png" or "...=jpg" or whatever you have.
2nd line you have the path to your folder.. assuming you have the folder on D:\ that line should be ok.. if you didn't installed on D:\ just copy the path to your Denoiser_v1.1 folder.
3rd line, that's the prefix for your denoised render/picture, don't touch it or you'll format your computer forever!
4th (5th) line, here, only replace the "test" text with your render/picture name without the extension.
3. After you've done all this
Save As (not
Save) the file with any name you want but with the .bat extension.. "abcd.bat" for example.
Again.. make sure you're using the "Save As" option and not the "Save"
4. Copy the render/picture inside your denoiser folder, run the new script you just made, the "abcd.bat" and new cmd window will open.
The new picture will be in the same folder.
For a new denoise.. just right click on the "abcd.bat" and click edit.. change the file names, save the file.. you can use the normal save now Ctrl + S run the script.