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 9e4f68a commit 4a35c37Copy full SHA for 4a35c37
test/basic_features/txt2img_test.py
@@ -49,10 +49,6 @@ def test_txt2img_with_hrfix_performed(self):
49
self.simple_txt2img["enable_hr"] = True
50
self.assertEqual(requests.post(self.url_txt2img, json=self.simple_txt2img).status_code, 200)
51
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
-
56
def test_txt2img_with_tiling_performed(self):
57
self.simple_txt2img["tiling"] = True
58
0 commit comments