From d59ce3f43783afdfba399152dfc3aad9deaf8d98 Mon Sep 17 00:00:00 2001 From: zchen Date: Wed, 8 May 2024 20:05:49 +0800 Subject: [PATCH] =?UTF-8?q?generate=20=E6=A8=A1=E5=9E=8B=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 7a2146b..6d5db20 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -64,7 +64,7 @@ SR_MINIO_BUCKET = "aida-users" SR_RABBITMQ_QUEUES = os.getenv("SR_RABBITMQ_QUEUES", f"SuperResolution{RABBITMQ_ENV}") # GenerateImage service config -GI_MODEL_NAME = 'stable_diffusion_xl_lcm' +GI_MODEL_NAME = 'stable_diffusion_xl' GI_MODEL_URL = '10.1.1.150:8001' GI_MINIO_BUCKET = "aida-users" GI_RABBITMQ_QUEUES = os.getenv("GI_RABBITMQ_QUEUES", f"GenerateImage{RABBITMQ_ENV}")