fix: add PL rule

This commit is contained in:
Dowon
2024-08-24 13:58:08 +09:00
parent 652da215ac
commit fbbe127c9e
7 changed files with 8 additions and 7 deletions

View File

@@ -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,