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

This commit is contained in:
re-unknown
2025-03-23 22:26:34 +09:00
committed by GitHub
parent bda8701734
commit c341ccccb6

View File

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