Commit 59655616 authored by File_xor's avatar File_xor
Browse files

Add filename pattern for CLIP_stop_at_last_layers.

parent 22bcc7be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -352,6 +352,7 @@ class FilenameGenerator:
        'prompt_no_styles': lambda self: self.prompt_no_style(),
        'prompt_spaces': lambda self: sanitize_filename_part(self.prompt, replace_spaces=False),
        'prompt_words': lambda self: self.prompt_words(),
        'clip_skip': lambda: opts.data["CLIP_stop_at_last_layers"],
    }
    default_time_format = '%Y%m%d%H%M%S'