Skip to content

Commit 5629fa6

Browse files
committed
Update frontend.js
1 parent 74f2148 commit 5629fa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/LocalVisage/frontend.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14561,9 +14561,10 @@
1456114561
if (!document.querySelector("#localFaces")) {
1456214562
new SearchFaces({ target: e });
1456314563
}
14564-
if (!document.querySelector("#localSceneFaces")) {
14564+
/*if (!document.querySelector("#localSceneFaces")) {
1456514565
new FindFaces({ target: e });
14566-
}
14566+
}*/
14567+
//To use the above, a compatible version of mediapipe is required and i didnt find it
1456714568
});
1456814569
});
1456914570
stash.addEventListener("stash:page:image", function () {

0 commit comments

Comments
 (0)