We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf0c09 commit f26a37fCopy full SHA for f26a37f
tests/others/test_dependencies.py
@@ -37,6 +37,8 @@ def test_backend_registration(self):
37
backend = "k-diffusion"
38
elif backend == "invisible_watermark":
39
backend = "invisible-watermark"
40
+ elif backend == "opencv":
41
+ backend = "cv2"
42
assert backend in deps, f"{backend} is not in the deps table!"
43
44
def test_pipeline_imports(self):
0 commit comments