Skip to content

Commit 68d0a08

Browse files
committed
Also run ip-adapter face tests on cloud
1 parent ae25756 commit 68d0a08

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,6 @@ def test_style_composition_sdxl(qtapp, client):
832832

833833
@pytest.mark.parametrize("sdver", [Arch.sd15, Arch.sdxl])
834834
def test_ip_adapter_face(qtapp, client, sdver):
835-
if isinstance(client, CloudClient):
836-
pytest.skip("IP-adapter FaceID is not available in the cloud")
837835
extent = Extent(650, 650) if sdver == Arch.sd15 else Extent(1024, 1024)
838836
image = Image.load(image_dir / "face.webp")
839837
cond = ConditioningInput("portrait photo of a woman at a garden party")

0 commit comments

Comments
 (0)