基于多图生成图片模型

This commit is contained in:
ZLI263
2025-10-15 11:44:15 +08:00
parent a175b6d513
commit 84da5e60ed
3 changed files with 834 additions and 7 deletions

View File

@@ -73,3 +73,12 @@ export function removeWatermark(data) {
data
})
}
// 图像处理接口
export function imageProcessing(data) {
return request({
url: '/image-model/image-background',
method: 'post',
data
})
}