fix     宽度自适应会默认模特高度为700 导致结果图高度锁定在700 修复bug 现高度由模特高度来定
This commit is contained in:
zhouchengrong
2024-10-18 15:53:40 +08:00
parent 5333bb6d69
commit 5e3a57060a
3 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ def image2sketch(request_item: Image2SketchModel):
"image_url": "test/image2sketch/real_Dress_3200fecdc83d0c556c2bd96aedbd7fbf.jpg_Img.jpg",
"default_style": 0,
"sketch_bucket": "test",
"sketch_name": "image2sketch/test.png"
"sketch_name": "image2sketch/area_fill_img.png"
}
"""
try: