Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -45,7 +45,7 @@ public interface GenerateService extends IService<Generate> {
|
||||
|
||||
GenerateResultVO imageToSketch(ImageToSketchDTO imageToSketchDTO, String collagePictureUrl, Long projectId);
|
||||
|
||||
GenerateResultVO imageToSketchAsync(ImageToSketchDTO imageToSketchDTO, String collagePictureUrl, Long projectId);
|
||||
String imageToSketchAsync(ImageToSketchDTO imageToSketchDTO, String collagePictureUrl, Long projectId);
|
||||
|
||||
GenerateResultVO modifySketch(GenerateModifyDTO generateModifyDTO);
|
||||
|
||||
@@ -85,7 +85,7 @@ public interface GenerateService extends IService<Generate> {
|
||||
|
||||
String flux(CreditsEventsEnum func, String prompt, String imagePath);
|
||||
|
||||
String getFluxResult(String taskId, Long accountId);
|
||||
String getFluxResult(String taskId, String objectName);
|
||||
|
||||
byte[] downloadVideoOrImage(String url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user