changed paths

This commit is contained in:
Julian Kiedaisch 2025-04-03 20:04:59 +00:00
parent db5818b446
commit 190dadb654
2 changed files with 4 additions and 4 deletions

View File

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

View File

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