BUGFIX:FLUX童装prompt修改;获取video结果允许传入list

This commit is contained in:
2025-07-03 14:20:33 +08:00
parent f541bee0e7
commit 373a360e76
4 changed files with 49 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ public interface GenerateService extends IService<Generate> {
void processPoseTransformResult(String taskId, String gifUrl, String videoUrl, String imageUrl);
PoseTransformationVO getPoseTransformationResult(String taskId);
List<PoseTransformationVO> getPoseTransformationResult(List<String> taskIdList);
List<PoseTransformationVO> getPoseTransformationResultList(Long projectId, boolean like);
@@ -83,7 +83,7 @@ public interface GenerateService extends IService<Generate> {
String getImageDescription(String imagePath);
String flux(CreditsEventsEnum func, String prompt, String imagePath);
String flux(CreditsEventsEnum func, String prompt, String imagePath, boolean childStyle);
String getFluxResult(String taskId, String objectName);