diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 15:40:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 15:40:15 +0000 |
commit | 9e4f68acad4697fdf10004eb85d3f6f769c2c70b (patch) | |
tree | 079eee1ca446de76e3608e393595eecade7fe34e /test/basic_features/txt2img_test.py | |
parent | 5808241dd76983212ab8e27b07f72866671f0b2d (diff) | |
download | stable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.tar.gz stable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.tar.bz2 stable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.zip |
Stop exporting cl args and upload stdout and stderr as artifacts
Diffstat (limited to 'test/basic_features/txt2img_test.py')
-rw-r--r-- | test/basic_features/txt2img_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic_features/txt2img_test.py b/test/basic_features/txt2img_test.py index 4f1fc77d..fe4af999 100644 --- a/test/basic_features/txt2img_test.py +++ b/test/basic_features/txt2img_test.py @@ -4,7 +4,7 @@ import requests class TestTxt2ImgWorking(unittest.TestCase): def setUp(self): - self.url_txt2img = "http://localhost:80/sdapi/v1/txt2img" + self.url_txt2img = "http://localhost:7860/sdapi/v1/txt2img" self.simple_txt2img = { "enable_hr": False, "denoising_strength": 0, |