Skip to content

Commit 4a35c37

Browse files
committed
remove test requiring codeformers
1 parent 9e4f68a commit 4a35c37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/basic_features/txt2img_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ def test_txt2img_with_hrfix_performed(self):
4949
self.simple_txt2img["enable_hr"] = True
5050
self.assertEqual(requests.post(self.url_txt2img, json=self.simple_txt2img).status_code, 200)
5151

52-
def test_txt2img_with_restore_faces_performed(self):
53-
self.simple_txt2img["restore_faces"] = True
54-
self.assertEqual(requests.post(self.url_txt2img, json=self.simple_txt2img).status_code, 200)
55-
5652
def test_txt2img_with_tiling_performed(self):
5753
self.simple_txt2img["tiling"] = True
5854
self.assertEqual(requests.post(self.url_txt2img, json=self.simple_txt2img).status_code, 200)

0 commit comments

Comments
 (0)