Stop exporting cl args and upload stdout and stderr as artifacts

This commit is contained in:
Vladimir Repin
2022-11-14 18:40:15 +03:00
committed by GitHub
parent 5808241dd7
commit 9e4f68acad
8 changed files with 27 additions and 18 deletions

View File

@@ -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,

View File

@@ -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,