aboutsummaryrefslogtreecommitdiffstats
path: root/modules/img2img.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-10 05:25:25 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-10 05:25:25 +0000
commit96d6ca4199e7c5eee8d451618de5161cea317c40 (patch)
tree8f101a345bcd1d66f4047b5e20918e2058e4dc7c /modules/img2img.py
parent762265eab58cdb8f2d6398769bab43d8b8db0075 (diff)
downloadstable-diffusion-webui-gfx803-96d6ca4199e7c5eee8d451618de5161cea317c40.tar.gz
stable-diffusion-webui-gfx803-96d6ca4199e7c5eee8d451618de5161cea317c40.tar.bz2
stable-diffusion-webui-gfx803-96d6ca4199e7c5eee8d451618de5161cea317c40.zip
manual fixes for ruff
Diffstat (limited to 'modules/img2img.py')
-rw-r--r--modules/img2img.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/img2img.py b/modules/img2img.py
index cdae301a..32b1ecd6 100644
--- a/modules/img2img.py
+++ b/modules/img2img.py
@@ -13,7 +13,6 @@ from modules.shared import opts, state
import modules.shared as shared
import modules.processing as processing
from modules.ui import plaintext_to_html
-import modules.images as images
import modules.scripts