lama icon indicating copy to clipboard operation
lama copied to clipboard

forward_front: ValueError: not enough values to unpack (expected 2, got 1)

Open lucDoom opened this issue 2 years ago • 3 comments

Hi,first thx for ur excellent work! when I use celebA lama-deep model to predict with 'refine=True', there always a problem : File "/DATA/jupyter/personal/project/cover_diff/lama/saicinpainting/evaluation/refinement.py", line 128, in _infer z1,z2 = forward_front(masked_image) ValueError: not enough values to unpack (expected 2, got 1) when I use big-lama model, there isn't this problem. I tried to fix it but failed.Can u tell me how to do with it, thx a lot!

lucDoom avatar Oct 09 '22 10:10 lucDoom

found any fixes to this?

Jaep0805 avatar May 03 '23 06:05 Jaep0805

Hi,first thx for ur excellent work! when I use celebA lama-deep model to predict with 'refine=True', there always a problem : File "/DATA/jupyter/personal/project/cover_diff/lama/saicinpainting/evaluation/refinement.py", line 128, in _infer z1,z2 = forward_front(masked_image) ValueError: not enough values to unpack (expected 2, got 1) when I use big-lama model, there isn't this problem. I tried to fix it but failed.Can u tell me how to do with it, thx a lot! Have you solved this problem?

leayz-888 avatar Nov 08 '23 08:11 leayz-888

Hey, thanks for raising this issue. Will be adding a fix soon!

ankuPRK avatar Jan 05 '24 19:01 ankuPRK