mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 05:12:35 +00:00
Revise comments.
This commit is contained in:

committed by
AUTOMATIC1111

parent
6014fb8afb
commit
4ff274e1e3
@@ -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:
|
||||
|
Reference in New Issue
Block a user