summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/AiService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(backend): lazy load systeminformationsyuilo2025-12-181-1/+1
| | | | systeminformationを必要とする機能を有効にしていないサーバーで無駄に読み込まれることが無いように
* perf(backend): 必要になるまでnsfwjsを読み込まないようにsyuilo2025-11-261-3/+4
|
* fix(backend): ↵tamaina2025-09-061-2/+2
| | | | | webpなどの画像に対してセンシティブなメディアの検出が適用されていなかった問題を修正 (#16523) 画像をnsfwjsにかける前にsharpで均一にするようにした
* fix: node.js の punycode ↵anatawa122025-01-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | モジュールが使用されている場所がある問題 (#15248) * fix: punycode.js が使用されていない場所がある問題 * fix: use punycode/punycode.js on backend * fix: use punycode/punycode.es6.js on backend * fix: d.ts missing declare keyword * chore: don't use punycode.js on backend * update pnpm-lock.yaml * chore: remove punycode.d.ts * chore: use punycode.js instead of punycode npm package * chore: bump psl to 1.15.0 * chore: bump nsfwjs to 4.2.0 4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904 * chore: prevent loading node-fetch from tensorflow * chore: DOMWindow['document'] => Document IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit * fix: disable --trace-deprecation --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: unable to use AiService on arm64 (#15261)anatawa122025-01-141-3/+18
|
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-051-5/+1
| | | | | * Remove unused injections * Remove unused imports
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): use mutex for nsfw model loading (#11109)popkirby2023-07-081-1/+9
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-4/+4
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: fix import positionsyuilo2022-12-041-1/+1
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+3
|
* fix import typesyuilo2022-09-211-1/+1
|
* testsyuilo2022-09-191-5/+5
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+60