mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-07 14:30:01 +00:00
fix(scripts): fix SCRIPT_DEFAULT
This commit is contained in:
@@ -247,3 +247,14 @@ BBOX_SORTBY = [
|
||||
"Area (large to small)",
|
||||
]
|
||||
MASK_MERGE_INVERT = ["None", "Merge", "Merge and Invert"]
|
||||
|
||||
_script_default = [
|
||||
"dynamic_prompting",
|
||||
"dynamic_thresholding",
|
||||
"wildcard_recursive",
|
||||
"wildcards",
|
||||
"lora_block_weight",
|
||||
"negpip",
|
||||
"soft_inpainting",
|
||||
]
|
||||
SCRIPT_DEFAULT = "".join(sorted(_script_default))
|
||||
|
||||
Reference in New Issue
Block a user