refactor: rename image_extension to image_file_extension

This commit is contained in:
Manuel Schmid
2024-01-14 23:38:36 +01:00
parent 2b802da365
commit 5b633f6cf8
4 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ default_parameters = {
inpaint_engine_versions = ['None', 'v1', 'v2.5', 'v2.6']
performance_selections = ['Speed', 'Quality', 'Extreme Speed']
image_extensions = ['png', 'jpg', 'webp']
image_file_extensions = ['png', 'jpg', 'webp']
inpaint_option_default = 'Inpaint or Outpaint (default)'
inpaint_option_detail = 'Improve Detail (face, hand, eyes, etc.)'