feat generate to product image 新增 image_strength参数

fix
This commit is contained in:
zhouchengrong
2024-06-28 16:58:52 +08:00
parent 1b70786784
commit 638447f313
2 changed files with 10 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ class GenerateProductImageModel(BaseModel):
tasks_id: str
prompt: str
image_url: str
image_strength: float
class GenerateRelightImageModel(BaseModel):