TASK:Flux接入,应用于to product image和relight

This commit is contained in:
2025-06-12 16:50:27 +08:00
parent 595effa04c
commit 6e32289b98
8 changed files with 284 additions and 24 deletions

View File

@@ -20,6 +20,11 @@ public class ToProductImageResult implements Serializable {
@ApiModelProperty(value = "elementId")
private Long elementId;
/**
* 取值类型: DesignOutfit 以design的结果作为图片来源
* ProductElement 上传的图片
* ToProductImage 以to product image的结果作为图片来源(relight)
*/
@ApiModelProperty(value = "elementType")
private String elementType;
@@ -53,4 +58,6 @@ public class ToProductImageResult implements Serializable {
private Long projectId;
private String taskIdBatch;
private String modelName;
}