-
![firefox_IVZ34vojA3](https://github.com/user-attachments/assets/cc4744c8-9f06-4ca7-9455-fa238602175c)
Relevant code: https://github.com/dragonfire535/xiao/blob/master/structures/Tensorflow.js#L18-…
-
My code is following a error idk the issue its
```
import {
Client,
GatewayIntentBits,
Collection,
ColorResolvable,
} from "discord.js";
import db from "best.db";
import Replicate fro…
-
The protection would mean we'd have to add https://github.com/infinitered/nsfwjs to our dependencies, that would also download or bundle this model https://github.com/gantman/nsfw_model.
At the …
-
Now that the models are bundled, with PR #811, the size of "node_modules/nsfwjs" is now 3 x 3 Models bigger.
The modules appear in the following subdirectories:
```
models
esm
cjs
```
The…
-
My code:
````
const axios = require('axios');
const tf = require('@tensorflow/tfjs-node');
const nsfwjs = require('nsfwjs');
// Загрузка модели из папки на вашем сервере
const url = "file://" …
-
The currently used library (NSFWJS) doesn't support videos/gifs. I suggest changing it to NudeNet since it supports.
Link for the repo: https://github.com/vladmandic/nudenet
-
I installed nsfwjs in react native.
after installation without importing and using app runs but
after:
import * as nsfwjs from 'nsfwjs';
and
await nsfwjs.load()
This error is shown.
`Error: U…
-
I tried using nsfwjs to detect images upload to s3 as safe or not but it is not working in lambda, I tried increasing memory to 10GB. But it still timed out :(
Log:
```
START RequestId: 18f3c1c…
-
Hello
If I'm using this model - https://github.com/infinitered/nsfwjs/tree/master/models/inception_v3
Is it incorrect that I'm loading it this way?
`nsfw.load('file://./model/', { size: 299 }…
ghnp5 updated
5 months ago
-
Hey!
As per #253,
> NSFWJS will automatically resize the input image to be square for you.
> No code should be needed on your side.
So, I'm confused why providing different sizes (keeping th…