aboutsummaryrefslogtreecommitdiff
path: root/modules/img2img.py
diff options
context:
space:
mode:
authord8ahazard <d8ahazard@gmail.com>2022-09-29 19:59:36 -0500
committerd8ahazard <d8ahazard@gmail.com>2022-09-29 19:59:36 -0500
commitd73741794d38a5c1aacacc7a6ed3fe3ca65724db (patch)
treed498141630f535a7ea3d7538707f4213538a332c /modules/img2img.py
parent0dce0df1ee63b2f158805c1a1f1a3743cc4a104b (diff)
parent498515e7a19bb3e8ab36aab2e628eb6be7464401 (diff)
Merge remote-tracking branch 'upstream/master' into ModelLoader
Diffstat (limited to 'modules/img2img.py')
-rw-r--r--modules/img2img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/img2img.py b/modules/img2img.py
index d80b3e75..03e934e9 100644
--- a/modules/img2img.py
+++ b/modules/img2img.py
@@ -124,4 +124,4 @@ def img2img(mode: int, prompt: str, negative_prompt: str, prompt_style: str, pro
if opts.samples_log_stdout:
print(generation_info_js)
- return processed.images, generation_info_js, plaintext_to_html(processed.info) \ No newline at end of file
+ return processed.images, generation_info_js, plaintext_to_html(processed.info)