diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-11-19 15:24:57 +0800 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-11-19 15:24:57 +0800 |
commit | b60e1088db2497e945d36c7500dcbf03afceedf2 (patch) | |
tree | 96e8b52fc682e778a5e2d226c42a7bb876aaa8b9 /modules/postprocessing.py | |
parent | cd12256575dcce325519ef674323d953fbce252c (diff) | |
parent | fc83af443265d8938cf778143aefec1129d95c42 (diff) | |
download | stable-diffusion-webui-gfx803-b60e1088db2497e945d36c7500dcbf03afceedf2.tar.gz |
Merge branch 'dev' into test-fp8
Diffstat (limited to 'modules/postprocessing.py')
-rw-r--r-- | modules/postprocessing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postprocessing.py b/modules/postprocessing.py index cf04d38b..fd0c0cc9 100644 --- a/modules/postprocessing.py +++ b/modules/postprocessing.py @@ -78,7 +78,7 @@ def run_postprocessing(extras_mode, image, image_folder, input_dir, output_dir, image_data.close()
devices.torch_gc()
-
+ shared.state.end()
return outputs, ui_common.plaintext_to_html(infotext), ''
|