From 95b5de3f39f1bcdd09c81d4d97cb2941dcee0e20 Mon Sep 17 00:00:00 2001 From: zjt <937178071@qq.com> Date: Thu, 23 May 2024 22:40:43 +0800 Subject: [PATCH] fix --- src/biz/txt2img.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/biz/txt2img.ts b/src/biz/txt2img.ts index 5601fd8..aa006ad 100644 --- a/src/biz/txt2img.ts +++ b/src/biz/txt2img.ts @@ -52,6 +52,7 @@ const Txt2ImgHandler: RequestHandler = async (ctx, next) => temp = data.output.text[0]; } if (data.node === '94') { + console.log(data.output); resolve({ prompt: temp, url: baseUrl + '/view?filename=' + data.output.images[0].filename }); } }else if (type === "executing") {