mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-27 09:41:40 +00:00
feat: More ControlNet control (#107)
This commit is contained in:
@@ -138,7 +138,7 @@ 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
|
||||
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