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"