ext / extensions /sd-webui-ar /javascript /button_titles.js
dikdimon's picture
Upload extensions using SD-Hub extension
bb7f1f4 verified
// Do not put custom titles here. This file is overwritten each time the WebUI is started.
ar_button_titles = {
"1:1" : " 1:1 ratio based on minimum dimension",
"3:2" : " Set width based on 3:2 ratio to height",
"4:3" : " Set width based on 4:3 ratio to height",
"16:9" : " Set width based on 16:9 ratio to height",
"1" : " 1:1 square",
"2" : " 3:2 landscape",
"3" : " 9:16 portrait",
}