Add TIPO configuration for tag prompt in third-party selectors (#319)
parent
bda8701734
commit
c341ccccb6
|
|
@ -86,6 +86,13 @@ const thirdParty = {
|
|||
"selectors": [
|
||||
"Found tags",
|
||||
]
|
||||
},
|
||||
"TIPO": {
|
||||
"base": "#tab_txt2img",
|
||||
"hasIds": false,
|
||||
"selectors": [
|
||||
"Tag Prompt"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue