ModelScopeT2V doesn't seem to be respecting the extra_model_paths.yaml settings in ComfyUI. I have tried changing my base_path and adding text2video with the correct path and I get the following error when loading ComfyUI:
[ERROR] An error occurred while retrieving information for the 'ModelScopeT2VLoader' node.
Traceback (most recent call last):
File "D:\ComfyUI\ComfyUI\server.py", line 414, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\ComfyUI\ComfyUI\server.py", line 392, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_ModelScopeT2V\nodes.py", line 186, in INPUT_TYPES
"model_path": (os.listdir(model_dir_path), ),
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\ComfyUI\\ComfyUI\\models\\text2video'
The D drive path is the physical path however all models are in M:\ as indicated in the extra_model_paths.yaml file.
ModelScopeT2V doesn't seem to be respecting the extra_model_paths.yaml settings in ComfyUI. I have tried changing my base_path and adding text2video with the correct path and I get the following error when loading ComfyUI:
The D drive path is the physical path however all models are in M:\ as indicated in the extra_model_paths.yaml file.