aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorarcticfaded <jbelt021@fiu.edu>2022-10-17 06:58:42 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-17 08:34:22 +0000
commit60251c9456f5472784862896c2f97e38feb42482 (patch)
treee1dd2d60c6dd0d65cc35cce57ea2aabbee439bdb /modules/processing.py
parentcccc5a20fce4bde9a4299f8790366790735f1d05 (diff)
downloadstable-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.py2
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