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();
} else {
//
// if (!init_images.value.length) {
// createLoading.value = false;
// processError("");
// return;
// }
if (!init_images.value.length) {
createLoading.value = false;
processError("请上传参考图");
return;
}
img2img();
}
if (plane.value) {