Denoiser
Denoiser copied to clipboard
AI Denoising in the browser. Based on OIDN, powered by tensorflow.js
``` $ yarn build yarn run v1.22.22 $ tsc && rollup --config rollup.config.mjs src/denoiser.ts:10:100 - error TS2307: Cannot find module 'types/types' or its corresponding type declarations. 10 import type {...
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.1 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.3 to 5.3.6. Changelog Sourced from vite's changelog. 5.3.6 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (2691bb3), closes #18115 fix: fs raw query (#18112) (4573a6f),...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Right now the default batch size is 4 with the isMoible always defaulting to 1. This is massive simplification and we should adjust what the batch size needs to be...
Normals should be in [-1, 1] `setInputImage` handles this as most images are stored in [0, 255] however, `setInputTexture()` and others have limited automated or configurable setups for this.