diff --git a/config.py b/config.py index 333a4a8..921d204 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,6 @@ package_name = 'AI-Render' default_prompt_text = 'Describe anything you can imagine' -default_image_filename_template = "ai-render-{timestamp}" +default_image_filename_template = "ai-render-{timestamp}-{prompt}" filename_template_allowed_vars = ['timestamp', 'prompt', 'width', 'height', 'seed', 'steps', 'image_similarity', 'sampler', 'negative_prompt'] tmp_path_subfolder = 'ai-render-temp' animated_prompts_text_name = 'AI Render Animated Prompts'