smthemex / ComfyUI_Stable_Makeup

You can apply makeup to the characters in comfyui
Apache License 2.0
65 stars 2 forks source link

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:/' #5

Closed RGX650 closed 3 months ago

RGX650 commented 3 months ago

Traceback (most recent call last): File "C:\AI\COMFYUI\ComfyUI\nodes.py", line 1930, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI\COMFYUI\ComfyUI\custom_nodes\ComfyUI_Stable_Makeup__init__.py", line 2, in from .stable_makeup_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\AI\COMFYUI\ComfyUI\custom_nodes\ComfyUI_Stable_Makeup\stable_makeup_nodes.py", line 32, in detector = FaceDetector(weight_path=os.path.join(weigths_current_path,"mobilenet0.25_Final.pth")) File "C:\AI\COMFYUI\ComfyUI\custom_nodes\ComfyUI_Stable_Makeup\facelib\Retinaface\Retinaface.py", line 36, in init os.makedirs(os.path.split(weight_path)[0], exist_ok=True) File "C:\Program Files\Python310\lib\os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "C:\Program Files\Python310\lib\os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "C:\Program Files\Python310\lib\os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) [Previous line repeated 1 more time] File "C:\Program Files\Python310\lib\os.py", line 225, in makedirs mkdir(name, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:/'

smthemex commented 3 months ago

Known bug, I fixed it today