[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c4ff52263e
commit
0aab029639
1 changed files with 1 additions and 3 deletions
|
|
@ -208,9 +208,7 @@ def test_config_rejects_known_non_sdxl_base_models():
|
|||
"z-image-turbo-Q4_K_M.gguf",
|
||||
):
|
||||
with pytest.raises(ValueError, match = "SDXL"):
|
||||
DiffusionLoraConfig(
|
||||
base_model = bad, data_dir = "d", output_dir = "o"
|
||||
).normalized()
|
||||
DiffusionLoraConfig(base_model = bad, data_dir = "d", output_dir = "o").normalized()
|
||||
|
||||
|
||||
def test_config_accepts_sdxl_and_unknown_base_models():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue