Add TIPO configuration for tag prompt in third-party selectors (#319)

pull/322/head
re-unknown 2025-03-23 22:26:34 +09:00 committed by GitHub
parent bda8701734
commit c341ccccb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@ const thirdParty = {
"selectors": [
"Found tags",
]
},
"TIPO": {
"base": "#tab_txt2img",
"hasIds": false,
"selectors": [
"Tag Prompt"
]
}
}