This commit is contained in:
scout 2024-06-05 13:34:54 +08:00
parent a0b1f3b595
commit e6a9caecf9

View File

@ -741,11 +741,11 @@ const generate = async () => {
txt2img(); txt2img();
} else { } else {
// //
// if (!init_images.value.length) { if (!init_images.value.length) {
// createLoading.value = false; createLoading.value = false;
// processError(""); processError("请上传参考图");
// return; return;
// } }
img2img(); img2img();
} }
if (plane.value) { if (plane.value) {