mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-04 04:50:02 +00:00
style: apply pre-commit
This commit is contained in:
@@ -138,7 +138,10 @@ class AfterDetailerScript(scripts.Script):
|
||||
and args.ad_controlnet_model != "None"
|
||||
):
|
||||
self.controlnet_ext.update_scripts_args(
|
||||
p, args.ad_controlnet_model, args.ad_controlnet_weight, args.ad_controlnet_guidance_end
|
||||
p,
|
||||
args.ad_controlnet_model,
|
||||
args.ad_controlnet_weight,
|
||||
args.ad_controlnet_guidance_end,
|
||||
)
|
||||
|
||||
def is_ad_enabled(self, *args_) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user