feat image2sketch 新增风格上传 自定义风格

fix
This commit is contained in:
zhouchengrong
2024-09-20 17:03:48 +08:00
parent 1385fde9ce
commit 2e07bc2de9
9 changed files with 28 additions and 9 deletions

View File

@@ -3,5 +3,7 @@ from pydantic import BaseModel
class Image2SketchModel(BaseModel):
image_url: str
style_image_url: str
default_style: str
sketch_bucket: str
sketch_name: str