save code

This commit is contained in:
xsl
2025-08-09 22:32:20 +08:00
parent 4784464a5f
commit 1104fb54d9
+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.json', 'r', encoding='utf-8') as file:
with open(f'{APP_ROOT}/change_new_debug.json', 'r', encoding='utf-8') as file:
prompt_text = file.read()
prompt = json.loads(prompt_text)