diff options
author | WDevelopsWebApps <97454358+WDevelopsWebApps@users.noreply.github.com> | 2022-09-29 10:19:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 10:19:13 +0000 |
commit | f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f (patch) | |
tree | 9f57cde73305695cce558cd8a172b4974a02ee1d /modules/img2img.py | |
parent | 03ee67bfd34b9e872b33eb05fef5db83410b16f3 (diff) | |
parent | be5555fce4612fdfb4a06e831e3f1a8d055fdf9a (diff) | |
download | stable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.tar.gz stable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.tar.bz2 stable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.zip |
Merge branch 'master' into saving
Diffstat (limited to 'modules/img2img.py')
-rw-r--r-- | modules/img2img.py | 2 |
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)
|