新增家具分割接口

This commit is contained in:
zcr
2026-03-27 14:41:13 +08:00
parent 1c672afd2d
commit d9acdf593d
6 changed files with 84 additions and 374 deletions

View File

@@ -37,6 +37,7 @@ class Settings(BaseSettings):
# --- 本地服务器配置信息 ---
IMAGE_TO_3D_MODEL_URL: str = Field(default='', description="")
FLUX2_GEN_IMG_MODEL_URL: str = Field(default='', description="")
SEG_ANYTHING: str = Field(default='', description="")
# --- 外部工具api配置信息 ---
TAVILY_API_KEY: str = Field(default="", description="")