save code

This commit is contained in:
Your Name
2026-03-08 16:02:37 +00:00
parent 339e7dc1f6
commit 01fa717f5f
40 changed files with 196 additions and 22 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ def change_cloth_base64():
if not cloth_filename:
return jsonify({"ret":-1, 'msg': 'Failed to save cloth image'}), 500
img_url = f"http://112.126.94.241:18888/static/imgs/{cloth_filename}"
img_url = f"http://117.50.44.174:18888/static/imgs/{cloth_filename}"
return process_change_cloth(human_filename, cloth_filename, output_format, img_url, is_generated)