aboutsummaryrefslogtreecommitdiffstats
path: root/modules/images.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-12-14 06:56:12 +0000
committerGitHub <noreply@github.com>2023-12-14 06:56:12 +0000
commit8c32594d3ba74a599727486ecfa7dc52b7713d37 (patch)
treeee535f0788a6ca03542ad6abb5e08f6a56b60e59 /modules/images.py
parentf3cc5f83823cb993eb3dbe4c127fb9a8cd895875 (diff)
parentf1ff932cafa2bf34fa35f41072f21a8ea5474d84 (diff)
downloadstable-diffusion-webui-gfx803-8c32594d3ba74a599727486ecfa7dc52b7713d37.tar.gz
stable-diffusion-webui-gfx803-8c32594d3ba74a599727486ecfa7dc52b7713d37.tar.bz2
stable-diffusion-webui-gfx803-8c32594d3ba74a599727486ecfa7dc52b7713d37.zip
Merge pull request #14208 from CodeHatchling/soft-inpainting
Soft Inpainting
Diffstat (limited to 'modules/images.py')
-rw-r--r--modules/images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/images.py b/modules/images.py
index daf4eebe..16f9ae7c 100644
--- a/modules/images.py
+++ b/modules/images.py
@@ -791,3 +791,4 @@ def flatten(img, bgcolor):
img = background
return img.convert('RGB')
+