From 4e5aa7e714a0230eeefb93dd45c31935e2064587 Mon Sep 17 00:00:00 2001 From: Sean McLellan Date: Fri, 26 Aug 2022 04:07:01 -0400 Subject: [PATCH] fix comment --- ldm/simplet2i.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/simplet2i.py b/ldm/simplet2i.py index dd99f5e6b6..5c3d08a5d1 100644 --- a/ldm/simplet2i.py +++ b/ldm/simplet2i.py @@ -305,7 +305,7 @@ class T2I: iter_images = next(images_iterator) for image in iter_images: try: - # if gfpgan strength is not none or less than 0.0 then don't use GFPGAN + # if gfpgan strength is none or less than 0.0 then don't use GFPGAN # if the user specified -G x, and the --gfpgan wasn't specified, then # the net result is a message gets printed - nothing else happens if gfpgan_strength is not None and gfpgan_strength > 0.0: