mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-06 22:02:18 -08:00
disable img preprocess for extra submit
base64 img
This commit is contained in:
parent
d66fa38804
commit
cdb88d798d
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ def create_ui():
|
|||
output_panel.html_log,
|
||||
],
|
||||
show_progress=False,
|
||||
preprocess=False,
|
||||
)
|
||||
|
||||
parameters_copypaste.add_paste_fields("extras", extras_image, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue