Commit 8f6af4ed authored by w-e-w's avatar w-e-w Committed by AUTOMATIC1111
Browse files

remove lowercasing file_decoration as it is not needed anymore

parent 00952fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ def save_image(image, path, basename, seed=None, prompt=None, extension='png', i
            file_decoration = opts.samples_filename_pattern or "[seed]-[prompt_spaces]"

        if file_decoration != "":
            file_decoration = "-" + file_decoration.lower()
            file_decoration = "-" + file_decoration

        file_decoration = apply_filename_pattern(file_decoration, p, seed, prompt) + suffix