aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoCrypt <57245077+NoCrypt@users.noreply.github.com>2023-06-28 10:57:34 +0000
committerNoCrypt <57245077+NoCrypt@users.noreply.github.com>2023-06-28 10:57:34 +0000
commitd22eb8a17f8d8c0e8018d9f9c71f7a96108544ee (patch)
tree1fb87e01ac067ffdafea3f1742d5c4d89bf4c705
parent45ab7475d61fe42b70c37541974c03736cf73189 (diff)
downloadstable-diffusion-webui-gfx803-d22eb8a17f8d8c0e8018d9f9c71f7a96108544ee.tar.gz
stable-diffusion-webui-gfx803-d22eb8a17f8d8c0e8018d9f9c71f7a96108544ee.tar.bz2
stable-diffusion-webui-gfx803-d22eb8a17f8d8c0e8018d9f9c71f7a96108544ee.zip
Fix lint
-rw-r--r--modules/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/images.py b/modules/images.py
index 913c3c2f..3e6988fc 100644
--- a/modules/images.py
+++ b/modules/images.py
@@ -139,7 +139,7 @@ class GridAnnotation:
def draw_grid_annotations(im, width, height, hor_texts, ver_texts, margin=0):
-
+
color_active = ImageColor.getcolor(opts.grid_text_active_color, 'RGB')
color_inactive = ImageColor.getcolor(opts.grid_text_inactive_color, 'RGB')
color_background = ImageColor.getcolor(opts.grid_background_color, 'RGB')