Merge pull request #9 from AUTOMATIC1111/master

sync branch
This commit is contained in:
Vladimir Mandic
2023-01-10 14:53:49 -05:00
committed by GitHub
5 changed files with 135 additions and 7 deletions
+1
View File
@@ -43,6 +43,7 @@ class TestTxt2ImgWorking(unittest.TestCase):
def test_txt2img_with_complex_prompt_performed(self):
self.simple_txt2img["prompt"] = "((emphasis)), (emphasis1:1.1), [to:1], [from::2], [from:to:0.3], [alt|alt1]"
self.assertEqual(requests.post(self.url_txt2img, json=self.simple_txt2img).status_code, 200)
def test_txt2img_not_square_image_performed(self):
self.simple_txt2img["height"] = 128