save code

This commit is contained in:
Your Name
2026-04-06 15:30:35 +08:00
parent a044943db7
commit ecdef627d4
6 changed files with 5 additions and 31 deletions
-10
View File
@@ -1,10 +0,0 @@
/usr/local/miniconda3/envs/py312/lib/python3.12/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (7.0.1)/charset_normalizer (3.4.5) doesn't match a supported version!
warnings.warn(
INFO: Started server process [9612]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:12223 (Press CTRL+C to quit)
静态文件目录: /root/change_cloth_server/change3/static
接收到换装请求,正在处理...
文件上传成功,URL: http://xiangsilian.oss-cn-beijing.aliyuncs.com/tryon%2F627bcee434384a7b847faf2dbbce90ae.png?OSSAccessKeyId=LTAI5tGp1sLzedqxihcNC1eb&Expires=2088730306&Signature=aATPXbjJCE3ArJnYfRyvSVSI8EE%3D
INFO: 127.0.0.1:39178 - "POST /try-on HTTP/1.1" 200 OK
+2 -2
View File
@@ -25,8 +25,8 @@ from fastapi.responses import FileResponse
from fastapi.staticfiles import StaticFiles
from pydantic import BaseModel
COMFYUI_URL = "http://127.0.0.1:8188"
# COMFYUI_URL = "http://117.50.80.187:47697"
# COMFYUI_URL = "http://127.0.0.1:8188"
COMFYUI_URL = "http://112.126.94.241:28188"
WORKFLOW_PATH = Path(__file__).parent / "change2_2_0308.json"
# WORKFLOW_PATH = Path(__file__).parent / "change_fast3.json"