mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-09 18:51:17 -08:00
upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
This commit is contained in:
parent
1a0353675d
commit
0065327726
6 changed files with 68 additions and 81 deletions
|
|
@ -79,13 +79,13 @@ function create_submit_args(args){
|
|||
}
|
||||
|
||||
function submit(){
|
||||
requestProgress()
|
||||
requestProgress('txt2img')
|
||||
|
||||
return create_submit_args(arguments)
|
||||
}
|
||||
|
||||
function submit_img2img(){
|
||||
requestProgress()
|
||||
requestProgress('img2img')
|
||||
|
||||
res = create_submit_args(arguments)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue