mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-03 04:01:01 +00:00
Make extras work again
Not all postprocessing scripts work
This commit is contained in:
@@ -12,6 +12,9 @@ def run_postprocessing(id_task, extras_mode, image, image_folder, input_dir, out
|
||||
shared.state.begin(job="extras")
|
||||
|
||||
outputs = []
|
||||
|
||||
if isinstance(image, dict):
|
||||
image = image["composite"]
|
||||
|
||||
def get_images(extras_mode, image, image_folder, input_dir):
|
||||
if extras_mode == 1:
|
||||
|
||||
Reference in New Issue
Block a user