From 30c624e5afeb19e55f4c02eac15ec602d0c672e1 Mon Sep 17 00:00:00 2001 From: xsl Date: Sun, 10 Aug 2025 20:55:26 +0800 Subject: [PATCH] save code --- change_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_app.py b/change_app.py index 2fabdc4..49f2065 100644 --- a/change_app.py +++ b/change_app.py @@ -182,7 +182,7 @@ def takeoff_cloth_first(human_name, is_girl): return None def generate_from_face(human_name, sex_girl): - print('生成写真') + print(f'生成写真 {xiezhen_name}') queue = requests.get("http://localhost:8188/queue").json() if queue["queue_running"] or queue["queue_pending"]: return None, "cur gpu is busy"