-
Notifications
You must be signed in to change notification settings - Fork 57
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
[bug] FaceSwap node not loading #58
Comments
That's strange, onnx should not require a source build, what is your python version? You are using a custom venv right not portable? If so you can try to run this from you virtualenv:
One other possibility is another extension that uses a different version of onnx but that would be the first report about it. |
Switched to my A1111 venv and all was fine till I tried Roop, Remember the whole debacle on Discord, since then my MTB is broken. (not using portable) |
I think I found the main culrprit for the errors on windows! I will try to get it into #50 and release 0.1.4 with the fix by tomorrow! The python version is fine so it's not that, can you run |
For reference, this is the results of |
Do you still have this issue? The update was pushed |
comment to reopen! |
I'm still battling. But I don't think that it is anything on your side. I need to find out why it is looking for these files... _"[comfy_mtb] | WARNING -> Web extensions folder at A:\AI_Files\ComfyUI\web\extensions\mtb is not a symlink, if updating please delete it before Check that you properly installed the dependencies. |
I literally just ran the manager now an there was an update for MTB again. It now WORKS! |
Hi ! I'm having the same exact issue and I don't know how to fix it.
I'm on windows 10, installed mtb from the node manager if I recall correctly. Already tried the steps above, didn't work. I don't need a fix urgently or anything, just reporting. |
Hi ! Updated everything and still the same error. |
Describe the bug
FaceSwap
LoadFaceSwapModel
LoadFaceAnalysisModel
[comfy_mtb] | STATUS -> Some nodes failed to load:
Failed to import module faceswap because ModuleNotFoundError: No module named 'onnx.onnx_cpp2py_export.checker'; 'onnx.onnx_cpp2py_export' is not a package
Check that you properly installed the dependencies.
Reproduction
Reinstall MTB nodes
Faceswap nodes not loading
Expected behavior
Faceswap model listed as node, currently none
Platform and versions
Windows 11 Active VENV ### ComfyUI Revision: 1268 [a5599ed4]
Console output
Additional context
I have really tried my best to solve this, but I get an error with ONNX building the wheels. Might that be the problem?
I don't have ROOP installed.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for onnx
Failed to build onnx
ERROR: Could not build wheels for onnx, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: