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