diff --git a/server/config.yml b/server/config.yml index 04457a2..524a527 100644 --- a/server/config.yml +++ b/server/config.yml @@ -35,7 +35,7 @@ app: imageGen: provider: localai # dashscope | localai baseUrl: "http://localhost:8080" # localai 必填:本机 local-ai 地址(/v1/images/generations) - model: z-image-turbo # localai 上加载的模型名;dashscope 用 qwen-image-3.0 + model: flux1-schnell # localai 上加载的模型名;dashscope 用 qwen-image-3.0 apiKey: "" # dashscope 必填:DashScope API Key poolSize: 1 # 生成任务并发度(z-image 显存独占,默认 1) # 通用提示词模板:{species} 取数据集 gen_species(单值,空回退数据集名);{count} 为数量词 diff --git a/server/data/observer.db b/server/data/observer.db index 35da088..599051d 100644 Binary files a/server/data/observer.db and b/server/data/observer.db differ