thekevinscott / UpscalerJS

Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.
https://upscalerjs.com
MIT License
767 stars 73 forks source link

@tensorflow/tfjs-node #1286

Closed AugustoJDev closed 3 months ago

AugustoJDev commented 5 months ago

Describe the bug I am unable to download the dependencies. It is giving a lack of permissions error

To Reproduce npm i @tensorflow/tfjs-node upsaler/node

Expected behavior Download the NPM

Screenshots

thekevinscott commented 5 months ago

It should be:

npm i @tensorflow/tfjs-node upscaler

In your Node.js code you would then import it with the slash:

const upscaler = require('upscaler/node');

Let me know if that resolves it

thekevinscott commented 3 months ago

Closing this as stale - please reopen if you're having issues.