diff --git a/text2image/main.py b/text2image/main.py index a35608a..858c7bd 100644 --- a/text2image/main.py +++ b/text2image/main.py @@ -6,8 +6,8 @@ if __name__ == "__main__": base_url = "http://172.22.0.29:8188" client_id = "test_client" image_file_name = "test.png" - image_file_folder = "CodeNight/text2image/images" - workflow_json = load_workflow("CodeNight/text2image/malerisch.json") + image_file_folder = "CodeNight-KI/text2image/images" + workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json") nodes = Nodes( prompt=6, negative_prompt=7, diff --git a/text2image/main_gradio.py b/text2image/main_gradio.py index 5cae896..d6ea034 100644 --- a/text2image/main_gradio.py +++ b/text2image/main_gradio.py @@ -5,8 +5,8 @@ def generate(prompt: str): base_url = "http://172.22.0.29:8188" client_id = "test_client" image_file_name = "test.png" - image_file_folder = "CodeNight/text2image/images" - workflow_json = load_workflow("CodeNight/text2image/malerisch.json") + image_file_folder = "CodeNight-KI/text2image/images" + workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json") nodes = Nodes( prompt=6, negative_prompt=7,