mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Option to apply color correction (balances the histogram) during inpainting; Refactor the runtime to use a general-purpose dict
This commit is contained in:
@ -39,7 +39,8 @@ const SETTINGS_IDS_LIST = [
|
||||
"turbo",
|
||||
"use_full_precision",
|
||||
"confirm_dangerous_actions",
|
||||
"auto_save_settings"
|
||||
"auto_save_settings",
|
||||
"apply_color_correction"
|
||||
]
|
||||
|
||||
const IGNORE_BY_DEFAULT = [
|
||||
|
Reference in New Issue
Block a user