mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 04:41:31 -08:00
repair old handler for postprocessing API in a way that doesn't break interface
This commit is contained in:
parent
24dae9bc4c
commit
81105ee013
2 changed files with 7 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ def create_ui():
|
|||
tab_batch_dir.select(fn=lambda: 2, inputs=[], outputs=[tab_index])
|
||||
|
||||
submit.click(
|
||||
fn=call_queue.wrap_gradio_gpu_call(postprocessing.run_postprocessing, extra_outputs=[None, '']),
|
||||
fn=call_queue.wrap_gradio_gpu_call(postprocessing.run_postprocessing_webui, extra_outputs=[None, '']),
|
||||
_js="submit_extras",
|
||||
inputs=[
|
||||
dummy_component,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue