wallish77 / wlsh_nodes

WLSH ComfyUI Nodes
GNU General Public License v3.0
100 stars 13 forks source link

Loading after fresh install fails: No module named 'deepface' #1

Closed gnadenlos closed 1 year ago

gnadenlos commented 1 year ago

Tried to install your nodes through ComfyUI Manger, but when starting it says:

No module named 'deepface'

This results in a complete failure to load your extension, not just a single node:

(IMPORT FAILED): C:\Users\xxx\ComfyUI_full\ComfyUI\custom_nodes\wlsh_nodes

wallish77 commented 1 year ago

This is caused by trying to load in the deepface python module, which is not installed on your system. I just pushed a version with the node and its dependencies disabled for now, as deepface has a lot of other requirements and the node isn't even functional currently.