[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
06b543b880
commit
d0f00f2f5f
1 changed files with 3 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue