mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-13 09:20:09 +00:00
fix: add cn guidance start, var names, style, ui
This commit is contained in:
@@ -139,9 +139,10 @@ class AfterDetailerScript(scripts.Script):
|
||||
):
|
||||
self.controlnet_ext.update_scripts_args(
|
||||
p,
|
||||
args.ad_controlnet_model,
|
||||
args.ad_controlnet_weight,
|
||||
args.ad_controlnet_guidance_end,
|
||||
model=args.ad_controlnet_model,
|
||||
weight=args.ad_controlnet_weight,
|
||||
guidance_start=args.ad_controlnet_guidance_start,
|
||||
guidance_end=args.ad_controlnet_guidance_end,
|
||||
)
|
||||
|
||||
def is_ad_enabled(self, *args_) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user