Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lucDoom opened this issue Oct 9, 2022 · 3 comments

Comments

@lucDoom
Copy link

lucDoom commented Oct 9, 2022

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!

@Jaep0805
Copy link

Jaep0805 commented May 3, 2023

found any fixes to this?

@leayz-888
Copy link

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?

@ankuPRK
Copy link
Contributor

ankuPRK commented Jan 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants