mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-20 20:29:07 +08:00
fix lint
This commit is contained in:
parent
f0019d723b
commit
d54b62a8b1
@ -82,13 +82,13 @@ class Unet2ClothSession(BaseSession):
|
||||
mask1.putpalette(palette1)
|
||||
mask1 = mask1.convert("RGB").convert("L")
|
||||
masks.append(mask1)
|
||||
|
||||
|
||||
def lower_cloth():
|
||||
mask2 = mask.copy()
|
||||
mask2.putpalette(palette2)
|
||||
mask2 = mask2.convert("RGB").convert("L")
|
||||
masks.append(mask2)
|
||||
|
||||
|
||||
def full_cloth():
|
||||
mask3 = mask.copy()
|
||||
mask3.putpalette(palette3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user