Skip to content

Commit

Permalink
Add prompt to default filename template
Browse files Browse the repository at this point in the history
  • Loading branch information
benrugg committed Oct 22, 2023
1 parent 287c9a4 commit cbb8fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cbb8fb6

Please sign in to comment.