mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Add "Scale to" option to Extras
This commit is contained in:
parent
45fbd1c5fe
commit
6435691bb1
3 changed files with 50 additions and 19 deletions
|
|
@ -101,7 +101,8 @@ function create_tab_index_args(tabId, args){
|
|||
}
|
||||
|
||||
function get_extras_tab_index(){
|
||||
return create_tab_index_args('mode_extras', arguments)
|
||||
const [,,...args] = [...arguments]
|
||||
return [get_tab_index('mode_extras'), get_tab_index('extras_resize_mode'), ...args]
|
||||
}
|
||||
|
||||
function create_submit_args(args){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue