disable img preprocess for extra submit
Linter / ruff (push) Failing after 40s
Linter / eslint (push) Failing after 30s
Tests / tests on CPU with empty model (push) Failing after 28s

base64 img
This commit is contained in:
w-e-w
2024-05-01 01:07:22 +09:00
parent d66fa38804
commit cdb88d798d
+1
View File
@@ -54,6 +54,7 @@ def create_ui():
output_panel.html_log, output_panel.html_log,
], ],
show_progress=False, show_progress=False,
preprocess=False,
) )
parameters_copypaste.add_paste_fields("extras", extras_image, None) parameters_copypaste.add_paste_fields("extras", extras_image, None)