From 7ac1bdde41318150b71899f90e9a8192bb8732c1 Mon Sep 17 00:00:00 2001 From: xsl Date: Sun, 10 Aug 2025 23:13:32 +0800 Subject: [PATCH] save code --- change_app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/change_app.py b/change_app.py index c5ef8fd..7e3ab80 100644 --- a/change_app.py +++ b/change_app.py @@ -377,9 +377,9 @@ def change(human_name, cloth_name, c_width, c_height, cloth_url, human_url, no2) return output - # 调用方式保持不变 - output = asyncio.run(listen_node_output(prompt_id, "104")) - print("最终输出:", output) + + # output = asyncio.run(listen_node_output(prompt_id, "104")) + # print("最终输出:", output) while True: # response = requests.post("http://localhost:8188/interrupt")