diff options
author | arcticfaded <jbelt021@fiu.edu> | 2022-10-17 06:58:42 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-17 08:34:22 +0000 |
commit | 60251c9456f5472784862896c2f97e38feb42482 (patch) | |
tree | e1dd2d60c6dd0d65cc35cce57ea2aabbee439bdb /modules/processing.py | |
parent | cccc5a20fce4bde9a4299f8790366790735f1d05 (diff) | |
download | stable-diffusion-webui-gfx803-60251c9456f5472784862896c2f97e38feb42482.tar.gz stable-diffusion-webui-gfx803-60251c9456f5472784862896c2f97e38feb42482.tar.bz2 stable-diffusion-webui-gfx803-60251c9456f5472784862896c2f97e38feb42482.zip |
initial prototype by borrowing contracts
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py index deb6125e..4a7c6ccc 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -723,4 +723,4 @@ class StableDiffusionProcessingImg2Img(StableDiffusionProcessing): del x
devices.torch_gc()
- return samples
+ return samples
\ No newline at end of file |