-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Update broke PuLID #5601
Comments
the same error |
This is a backward compatibility issue. |
After updating to the latest version, several plugins have this problem. |
The file was updated with your fix with the latest update, but still I get the same error. File "L:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 181, in forward I removed the transformer_options from the line, and it solved the problem. But the generation seems pretty slow. |
update to the latest version ,it doesn't work |
不管事啊老师 |
以上问题是影响了大模型导致,更换大模型可以解决 |
For some reason code change in model.py resultet in Boolean value of Tensor with more than one value is ambiguous |
this has worked for me too |
Does this fix work with portable? |
Go into your comfyui folder > cmd > git reset --hard cc9cf6d1bd957d764ad418258b61d7e08187573b |
SamplerCustomAdvanced I get this after changing this |
This works of course because it sets back to an older version. But then all the good new things like LTX Video aso. do not work any more. So till this is solved we have to switch between the version case to case. I hope they fix it with the new desktop model :-) |
Go into your comfyui folder > cmd > git reset --hard cc9cf6d Then start your comfy, it should help. |
git reset --hard a72d152 看起来我回退到了远古版本 |
The issue has now been fixed. Just update your FLUX PULID vis ComfyUI Manager. Edit: Was still getting "Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!" Please follow the fix from adydeejay below, as it has solved all issues for me now. No more speed issues too. |
我试过更新comfyui和flux_pulid都不行 |
I got the same problem. But today after I have updated my ComfyUI, the error is gone. |
Use this repo instead https://github.com/zhangp365/ComfyUI-PuLID-Flux |
Expected Behavior
It should just work and run i guess
Actual Behavior
Gives an Error and doesnt work.
Steps to Reproduce
Just use PuLID.
Debug Logs
Other
Going back one version makes it work again.
The text was updated successfully, but these errors were encountered: