pose transform 开放自定义输入图片

This commit is contained in:
2025-06-11 17:35:00 +08:00
parent f179368668
commit ace53e81f2

View File

@@ -1542,7 +1542,7 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
accountId = 87L;
String inputImage = poseTransformDTO.getProductImage();
inputImage = "aida-users/87/product_image/03983c74-741b-4d4d-820a-7c0a98a8f500-0-87.png";
// inputImage = "aida-users/87/product_image/03983c74-741b-4d4d-820a-7c0a98a8f500-0-87.png";
String inputImageUrl = minioUtil.getPreSignedUrl(inputImage, CommonConstant.MINIO_IMAGE_EXPIRE_TIME);
// 1、输入图片检测
// checkImage(inputImageUrl);