Add support of deepdanbooru-object-recognition
Add support of autocomplete in extension; deepdanbooru-object-recognitionpull/261/head
parent
03673c060e
commit
6e65811d4a
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue