From 6e65811d4adcb20444b1deefe9aecbf5456eec3c Mon Sep 17 00:00:00 2001 From: Jibaku789 <151478027+Jibaku789@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:57:00 -0600 Subject: [PATCH] Add support of deepdanbooru-object-recognition Add support of autocomplete in extension; deepdanbooru-object-recognition --- javascript/_textAreas.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/javascript/_textAreas.js b/javascript/_textAreas.js index 3e8af58..8ce694c 100644 --- a/javascript/_textAreas.js +++ b/javascript/_textAreas.js @@ -79,6 +79,13 @@ const thirdParty = { "[id^=script_img2img_adetailer_ad_prompt] textarea", "[id^=script_img2img_adetailer_ad_negative_prompt] textarea" ] + }, + "deepdanbooru-object-recognition": { + "base": "#tab_deepdanboru_object_recg_tab", + "hasIds": false, + "selectors": [ + "Found tags", + ] } } @@ -187,4 +194,4 @@ function getTextAreaIdentifier(textArea) { break; } return modifier; -} \ No newline at end of file +}