fix
This commit is contained in:
parent
b705f68e07
commit
95b5de3f39
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user