save code
This commit is contained in:
@@ -1,6 +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 [9669]
|
||||
INFO: Waiting for application startup.
|
||||
INFO: Application startup complete.
|
||||
INFO: Uvicorn running on http://0.0.0.0:12222 (Press CTRL+C to quit)
|
||||
+2
-2
@@ -26,8 +26,8 @@ from pydantic import BaseModel
|
||||
|
||||
import oss2
|
||||
|
||||
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_1_ex.json"
|
||||
|
||||
# WORKFLOW_PATH = Path(__file__).parent / "change_fast2.json"
|
||||
|
||||
Reference in New Issue
Block a user