save code

This commit is contained in:
xsl
2025-08-10 14:11:34 +08:00
parent 276066cabb
commit 9dad88f8be
+1 -1
View File
@@ -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)