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:/'
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:/'