mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix: add PL rule
This commit is contained in:
@@ -49,7 +49,7 @@ class ControlNetExt:
|
||||
models = self.external_cn.get_models()
|
||||
self.cn_models.extend(m for m in models if cn_model_regex.search(m))
|
||||
|
||||
def update_scripts_args(
|
||||
def update_scripts_args( # noqa: PLR0913
|
||||
self,
|
||||
p,
|
||||
model: str,
|
||||
|
||||
Reference in New Issue
Block a user