Fails to load at startup No module named 'modules.sdxl_styles'
error while loadding:
Traceback (most recent call last):
File "c:\comfyui\ComfyUI\nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "
Cannot import C:\comfyui\ComfyUI\custom_nodes\Fooocus_Nodes module for custom nodes: No module named 'modules.sdxl_styles'
What could be the issue? Where can I get that module ?
@Seedsa your inputs will be appreciated
This issue might be caused by new missing dependencies added the last time you updated ComfyUI. pip install -r requirements.txt
This issue might be caused by new missing dependencies added the last time you updated ComfyUI. pip install -r requirements.txt
It is updated. I tried uninstall and fresh install too. same issue. Seems that it is unable to resolve paths correctly because some other node may have a path in sys path which has similar module names. Is there any workaround?