From 02ad5db26973909eb0f99fccfb6d459b67b5cde7 Mon Sep 17 00:00:00 2001 From: zhh Date: Fri, 26 Sep 2025 22:58:11 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=88=E6=96=B0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=89:=20fix=EF=BC=88=E4=BF=AE=E5=A4=8Dbug=EF=BC=89:?= =?UTF-8?q?=E4=B8=A4=E7=A7=8D=E6=9C=AA=E5=88=86=E5=89=B2sketch=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20refactor=EF=BC=88=E9=87=8D=E6=9E=84=EF=BC=89:=20tes?= =?UTF-8?q?t(=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/design_fast/pipeline/no_seg_print_painting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/design_fast/pipeline/no_seg_print_painting.py b/app/service/design_fast/pipeline/no_seg_print_painting.py index 145dd41..029d580 100644 --- a/app/service/design_fast/pipeline/no_seg_print_painting.py +++ b/app/service/design_fast/pipeline/no_seg_print_painting.py @@ -30,7 +30,7 @@ class NoSegPrintPainting: painting_dict['mask_inv_print'] = self.resize_and_crop(img=painting_dict['mask_inv_print'], target_width=painting_dict['dim_image_w'], target_height=painting_dict['dim_image_h']) else: painting_dict = self.painting_collection(painting_dict, overall_print, print_trigger=True, is_single=False) - result['no_seg_sketch_overall'] = self.printpaint(result, painting_dict, print_=True) + result['no_seg_sketch_overall'] = result['no_seg_sketch_print'] = self.printpaint(result, painting_dict, print_=True) result['pattern_image'] = result['no_seg_sketch_overall'] if single_print['print_path_list']: