feat 处理多层sketch design出现的内搭越界问题
fix
This commit is contained in:
@@ -99,7 +99,7 @@ def process_object(cfg, process_id, total):
|
||||
uploaded_images.append({'image_obj': layer['mask'], 'image_url': layer['mask_url'], 'image_type': 'mask'})
|
||||
|
||||
# 合成
|
||||
items_response['synthesis_url'] = synthesis(layers, body_size)
|
||||
items_response['synthesis_url'] = synthesis(layers, body_size, basic_info)
|
||||
|
||||
for lay in layers:
|
||||
items_response['layers'].append({
|
||||
|
||||
Reference in New Issue
Block a user