BUGFIX:FLUX童装prompt修改;获取video结果允许传入list
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user