feat: 新增flux2klein作为moodboard的localbase 模型 ; fix:

This commit is contained in:
zcr
2026-03-23 10:46:16 +08:00
committed by zchen
parent 316c2fef67
commit e9ca1d301b
3 changed files with 130 additions and 5 deletions

View File

@@ -64,6 +64,9 @@ class Settings(BaseSettings):
# --- Design Callback Java 接口 ---
JAVA_STREAM_API_URL: str = Field(default='', description="")
# --- flux2 klein model url ---
FLUX2_GEN_IMG_MODEL_URL: str = Field(default='', description="")
# --- 服务器IP ---
A6000_SERVICE_HOST: str = Field(default='', description="")
B_4_X_4090_SERVICE_HOST: str = Field(default='', description="")