[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-13 11:22:19 +00:00
commit d0f00f2f5f

View file

@ -710,7 +710,9 @@ class SdCppDiffusionBackend:
# the 4B default and protect the wrong repo.
repos.extend(
terepo
for terepo, _f, _k in sd_cpp_text_encoders_for(fam, state.repo_id, state.gguf_filename)
for terepo, _f, _k in sd_cpp_text_encoders_for(
fam, state.repo_id, state.gguf_filename
)
)
return tuple(dict.fromkeys(r for r in repos if r))