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")