mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
cn always generate blended processed image
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -506,7 +506,9 @@ def control_run(state: str = '', # pylint: disable=keyword-arg-before-vararg
|
||||
continue
|
||||
index += 1
|
||||
|
||||
processed_image = preprocess_image(p, pipe, input_image, init_image, mask, input_type, unit_type, active_process, active_model, selected_models, has_models)
|
||||
processed_image, blended_image = preprocess_image(p, pipe, input_image, init_image, mask, input_type, unit_type, active_process, active_model, selected_models, has_models)
|
||||
if is_generator:
|
||||
yield (None, blended_image, '') # result is control_output, proces_output
|
||||
|
||||
# final check
|
||||
if has_models:
|
||||
|
||||
Reference in New Issue
Block a user