changed paths
This commit is contained in:
parent
db5818b446
commit
190dadb654
|
@ -6,8 +6,8 @@ if __name__ == "__main__":
|
||||||
base_url = "http://172.22.0.29:8188"
|
base_url = "http://172.22.0.29:8188"
|
||||||
client_id = "test_client"
|
client_id = "test_client"
|
||||||
image_file_name = "test.png"
|
image_file_name = "test.png"
|
||||||
image_file_folder = "CodeNight/text2image/images"
|
image_file_folder = "CodeNight-KI/text2image/images"
|
||||||
workflow_json = load_workflow("CodeNight/text2image/malerisch.json")
|
workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json")
|
||||||
nodes = Nodes(
|
nodes = Nodes(
|
||||||
prompt=6,
|
prompt=6,
|
||||||
negative_prompt=7,
|
negative_prompt=7,
|
||||||
|
|
|
@ -5,8 +5,8 @@ def generate(prompt: str):
|
||||||
base_url = "http://172.22.0.29:8188"
|
base_url = "http://172.22.0.29:8188"
|
||||||
client_id = "test_client"
|
client_id = "test_client"
|
||||||
image_file_name = "test.png"
|
image_file_name = "test.png"
|
||||||
image_file_folder = "CodeNight/text2image/images"
|
image_file_folder = "CodeNight-KI/text2image/images"
|
||||||
workflow_json = load_workflow("CodeNight/text2image/malerisch.json")
|
workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json")
|
||||||
nodes = Nodes(
|
nodes = Nodes(
|
||||||
prompt=6,
|
prompt=6,
|
||||||
negative_prompt=7,
|
negative_prompt=7,
|
||||||
|
|
Loading…
Reference in New Issue