From 351fd84bc613ca3092470d15cb0f4dab38b6b725 Mon Sep 17 00:00:00 2001 From: stellaHSR Date: Sat, 22 Jul 2023 09:39:02 +0800 Subject: [PATCH] add sd config key --- config/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index 555a4e24c..18b84d790 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -32,3 +32,7 @@ RPM: 10 #AZURE_TTS_SUBSCRIPTION_KEY: "YOUR_API_KEY" #AZURE_TTS_REGION: "eastus" + +#### for SD +SD_URL: "YOUR_SD_URL" +SD_T2I_API: "/sdapi/v1/txt2img"