From 2d9b74a3987f9af60720edb466f544c9cd7bacbb Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 30 Sep 2024 11:03:32 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20image2sketch=20=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/api_image2sketch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/api/api_image2sketch.py b/app/api/api_image2sketch.py index 24acf46..d562bee 100644 --- a/app/api/api_image2sketch.py +++ b/app/api/api_image2sketch.py @@ -17,8 +17,7 @@ def image2sketch(request_item: Image2SketchModel): """ 创建一个具有以下参数的请求体: - **image_url**: 提取图片url - - **style_image_url**: 被模仿sketch图片url - - **default_style**: 默认风格 粗1,、中2、细3 + - **default_style**: 原始、 1、2、3、4、5 - **sketch_bucket**: sketch保存的bucket - **sketch_name**: sketch保存的object name