-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
BugSomething is confirmed to not be working properly.Something is confirmed to not be working properly.Potential BugUser is reporting a bug. This should be tested.User is reporting a bug. This should be tested.
Description
Expected Behavior
The extra path for custom nodes set in the yaml file allows comfyui to read any custom nodes in that path
Actual Behavior
The custom_node path in the extrapath yaml no longer works properly. You get the error:
ValueError: path is on mount ‘D:’ , start is on mount ‘C:’
Obviously D and C are whatever drive letters you have the path for custom nodes against comfy install folder.
This occurred after commit 83f70a8 Add_module_ to node info
It was not present in f1a01c2
Steps to Reproduce
Set a custom nodes path in the yaml to a different path with a different drive letter
Debug Logs
ValueError: path is on mount ‘D:’ , start is on mount ‘C:’Other
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething is confirmed to not be working properly.Something is confirmed to not be working properly.Potential BugUser is reporting a bug. This should be tested.User is reporting a bug. This should be tested.