aboutsummaryrefslogtreecommitdiffstats
path: root/modules/images.py
diff options
context:
space:
mode:
authortimntorres <timothynarcisotorres@gmail.com>2022-10-19 19:32:22 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-21 06:55:00 +0000
commit4ff274e1e35bb642687253ce744d2cfa738ab293 (patch)
tree4434bed100175acdcd7292b9562f98bcfb229a8b /modules/images.py
parent6014fb8afbe05c8d02fffe7a36a2e48128713bd2 (diff)
downloadstable-diffusion-webui-gfx803-4ff274e1e35bb642687253ce744d2cfa738ab293.tar.gz
stable-diffusion-webui-gfx803-4ff274e1e35bb642687253ce744d2cfa738ab293.tar.bz2
stable-diffusion-webui-gfx803-4ff274e1e35bb642687253ce744d2cfa738ab293.zip
Revise comments.
Diffstat (limited to 'modules/images.py')
-rw-r--r--modules/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/images.py b/modules/images.py
index 550e53ae..b8834e3c 100644
--- a/modules/images.py
+++ b/modules/images.py
@@ -419,7 +419,7 @@ def save_image(image, path, basename, seed=None, prompt=None, extension='png', i
try:
os.makedirs(path, exist_ok=True)
except FileExistsError:
- # If the file already exists, continue and allow said file to be overwritten.
+ # If the file already exists, allow said file to be overwritten.
pass
if forced_filename is None: