-
Hello,
When I use:
```
const imageBuffer = fs.readFileSync(path);
const image = tf.node.decodeImage(imageBuffer, 3);
```
I have this error:
```
(node:309911) UnhandledPromiseRejectionW…
-
Hello,
I use NSFWJS with this docker projet: https://github.com/andresribeiro/nsfwjs-docker
(by @andresribeiro)
But, when I use GIF image, I have this error:
`Error 500: Input to reshape is a …
-
2021/12/13
-
The accuracy is much less than the site
I have found hundreds of examples of contradictions and this is just one
![ww](https://github.com/infinitered/nsfwjs/assets/32270152/0206461b-2416-4cfc-903a…
-
Public guilds require nsfw filtering in non-nsfw channels.
https://nsfw.rest/ this tool can be used for filtering
-
The current pipeline is purely focused on language-based moderation, meaning that it won't care about any image (which we will filter out based on our custom enhanced MarkDown format, ref #97).
The…
-
Manifest V3 for chromium based browsers require extensions have no remote-executed code (unsafe-eval must be disabled), nsfwjs uses new Function() 9 separate times, making the library unusable, since …
-
if I set outputType to some image instead of canvas, the return value is `ContentStream`, how Can I use it to render in `` tag?
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 22.0…
-
The image I used is this one:
[https://www.pixiv.net/artworks/80908440](https://www.pixiv.net/artworks/80908440)
The model uses this:
[https://github.com/infinitered/nsfwjs/tree/master/example/nsfw…