save code

This commit is contained in:
colomi
2025-07-11 13:37:48 +08:00
parent 790c4e7ab7
commit c21db5e5e7
2 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def queue_prompt(prompt):
request.urlopen(req)
with open('/home/szlc/basic_api.json', 'r', encoding='utf-8') as file:
with open('/home/szlc/code/ComfyUI/change_cloth/basic_api.json', 'r', encoding='utf-8') as file:
prompt_text = file.read()
prompt = json.loads(prompt_text)