aboutsummaryrefslogtreecommitdiffstats
path: root/test/advanced_features/extras_test.py
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 15:40:15 +0000
committerGitHub <noreply@github.com>2022-11-14 15:40:15 +0000
commit9e4f68acad4697fdf10004eb85d3f6f769c2c70b (patch)
tree079eee1ca446de76e3608e393595eecade7fe34e /test/advanced_features/extras_test.py
parent5808241dd76983212ab8e27b07f72866671f0b2d (diff)
downloadstable-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/advanced_features/extras_test.py')
-rw-r--r--test/advanced_features/extras_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/advanced_features/extras_test.py b/test/advanced_features/extras_test.py
index 4b8ae25a..8763f8ed 100644
--- a/test/advanced_features/extras_test.py
+++ b/test/advanced_features/extras_test.py
@@ -3,7 +3,7 @@ import unittest
class TestExtrasWorking(unittest.TestCase):
def setUp(self):
- self.url_img2img = "http://localhost:80/sdapi/v1/extra-single-image"
+ self.url_img2img = "http://localhost:7860/sdapi/v1/extra-single-image"
self.simple_extras = {
"resize_mode": 0,
"show_extras_results": True,