Merge branch 'jpg_config_image_extension'

# Conflicts:
#	modules/async_worker.py
#	modules/flags.py
#	modules/private_logger.py
#	webui.py
This commit is contained in:
Manuel Schmid
2024-01-19 00:14:44 +01:00
5 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ performance_selections = [
('Extreme Speed (LCM) <span style="color: grey;"> \U00002223 8 steps, intermediate results disabled</span>', 'Extreme Speed')
]
image_file_extensions = ['png', 'jpg', 'webp']
output_formats = ['png', 'jpg', 'webp']
inpaint_option_default = 'Inpaint or Outpaint (default)'
inpaint_option_detail = 'Improve Detail (face, hand, eyes, etc.)'