From d974b1ff0e8ee47f093314765031a20a2842374a Mon Sep 17 00:00:00 2001 From: RockYang Date: Fri, 15 Dec 2023 11:23:13 +0800 Subject: [PATCH] chore: update default config.toml --- api/config.sample.toml | 2 +- deploy/conf/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/config.sample.toml b/api/config.sample.toml index f6d12bd3..3e8b0d16 100644 --- a/api/config.sample.toml +++ b/api/config.sample.toml @@ -70,7 +70,7 @@ WeChatBot = false Enabled = false ApiURL = "" ApiKey = "" - Txt2ImgJsonPath = "res/text2img.json" + Txt2ImgJsonPath = "res/sd/text2img.json" [[SdConfigs]] Enabled = false diff --git a/deploy/conf/config.toml b/deploy/conf/config.toml index 22def660..467efaa9 100644 --- a/deploy/conf/config.toml +++ b/deploy/conf/config.toml @@ -70,7 +70,7 @@ WeChatBot = false Enabled = false ApiURL = "" ApiKey = "" - Txt2ImgJsonPath = "res/text2img.json" + Txt2ImgJsonPath = "res/sd/text2img.json" [[SdConfigs]] Enabled = false