Open ghost opened 1 year ago
I had the same issue. It appears the insightface dependency is missing for the Faceswap node. When trying to install insightface directly, it had build issue. SO, I removed the faceswap node from the nodes.py file.
Edit custom_nodes/comfyui-art-venture/modules/nodes.py
Comment out these line below
# from .faceswap_nodes import (
# NODE_CLASS_MAPPINGS as FACESWAP_NODE_CLASS_MAPPINGS,
# NODE_DISPLAY_NAME_MAPPINGS as FACESWAP_NODE_DISPLAY_NAME_MAPPINGS,
# )
Restart comfyui. Should be good to go until this issue is resolved.
After updating comfyui-art-venture is failed to be loaded. Anyway thank you for these nodes, very useful for my workflows :)