Skip to content

Commit 32f2223

Browse files
jazzhaikupsychedelicious
authored andcommitted
Warning comment
1 parent 6176941 commit 32f2223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/app/services/model_install/model_install_default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ def _probe(self, model_path: Path, config: Optional[ModelRecordChanges] = None):
654654
# Short-term fix: `classify` tests `matches` in the same order as the legacy probe.
655655
# Long-term fix: Improve `matches` to be more specific so that only one config matches
656656
# any given model - eliminating ambiguity and removing reliance on order.
657+
# After implementing either of these fixes, remove @pytest.mark.xfail from `test_regression_against_model_probe`
657658
try:
658659
return ModelProbe.probe(model_path=model_path, fields=fields, hash_algo=hash_algo) # type: ignore
659660
except InvalidModelConfigException:

0 commit comments

Comments
 (0)