This commit is contained in:
zjt 2024-05-23 22:40:43 +08:00
parent b705f68e07
commit 95b5de3f39

View File

@ -52,6 +52,7 @@ const Txt2ImgHandler: RequestHandler<Txt2ImgRequest, any> = 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") {