diff --git a/modules/images_namegen.py b/modules/images_namegen.py index 57e94802e..370953e87 100644 --- a/modules/images_namegen.py +++ b/modules/images_namegen.py @@ -167,7 +167,7 @@ class FilenameGenerator: def sanitize(self, filename): # starting reference: invalid_chars = ( - "#<>:/\\\"'`" # ASCII quote and backtick + "#<>/\\\"'`" # ASCII quote and backtick "’‚‛\u2018\u2019\u201B" # smart single quotes and variants "\u02BB" # modifier letter turned comma (ʻ) "\u201C\u201D\u201F" # smart double quotes and variants