Hi,
Great tool, I am excited to see how projects like this, tying together great new ideas with the existing Warp pipeline!
I noticed that the 'easymode denoise' command doesn't accept either the 'method' or 'mode' flags, despite what is detailed in the tutorial and README.
Digging in, I saw that in the 'main.py' file, the mode was hardcoded in line 163: n2n.dispatch(mode='direct',
Is there a reason to not use the 'splits' mode? I changed it in the main.py file to that and it seemed to run normal.
Thanks,
Keith
Hi,
Great tool, I am excited to see how projects like this, tying together great new ideas with the existing Warp pipeline!
I noticed that the 'easymode denoise' command doesn't accept either the 'method' or 'mode' flags, despite what is detailed in the tutorial and README.
Digging in, I saw that in the 'main.py' file, the mode was hardcoded in line 163:
n2n.dispatch(mode='direct',Is there a reason to not use the 'splits' mode? I changed it in the main.py file to that and it seemed to run normal.
Thanks,
Keith