From 9dad88f8beaa570462e8882ec4f61d246a438616 Mon Sep 17 00:00:00 2001 From: xsl Date: Sun, 10 Aug 2025 14:11:34 +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 cfd8d7b..eecf2ca 100644 --- a/change_app.py +++ b/change_app.py @@ -282,7 +282,7 @@ def change(human_name, cloth_name, c_width, c_height, cloth_url, human_url, no2) return None, None, sex_girl, "cur gpu is busy, Shou not happen" print('开始换衣服') - with open(f'{APP_ROOT}/change_new_debug.json', 'r', encoding='utf-8') as file: + with open(f'{APP_ROOT}/change_new_only_change.json', 'r', encoding='utf-8') as file: prompt_text = file.read() prompt = json.loads(prompt_text)