You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into the error "Paths don't have the same drive" when trying to save a video to a mounted network folder (the path is on R:\ in my case) - is this normal behavior?
I found some similar issues/solutions but they seem to have different causes.
I've tried PNG/GIF export as well for testing, yielding the same result, so it's probably not anything ffmpeg-related I think.
Steps to reproduce (basically):
Set filename prefix to an absolute path on the same drive as ComfyUI (like E:\comfyui\output\foo)
Saving works
Set to path on another drive (like R:\comfyui\output\foo)
"Paths don't have the same drive" error
I remember that in the past this worked flawlessly, because I used my 2nd PC in a workflow, saving directly to the drive mounted as R: on both PCs.
Many thanks for any help in advance.
PS: the attached workflow is probably not much use to debug this, so I removed it, just adhere to my steps to reproduce listed above.
ComfyUI Error Report
Error Details
Node ID: 83
Node Type: VHS_VideoCombine
Exception Type: ValueError
Exception Message: Paths don't have the same drive
Stack Trace
File "E:\comfyui\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\comfyui\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 310, in combine_video
) = folder_paths.get_save_image_path(filename_prefix, output_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui\ComfyUI\folder_paths.py", line 370, in get_save_image_path
if os.path.commonpath((output_dir, os.path.abspath(full_output_folder))) != output_dir:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen ntpath>", line 826, in commonpath
Hi,
I've run into the error "Paths don't have the same drive" when trying to save a video to a mounted network folder (the path is on R:\ in my case) - is this normal behavior?
I found some similar issues/solutions but they seem to have different causes.
I've tried PNG/GIF export as well for testing, yielding the same result, so it's probably not anything ffmpeg-related I think.
Steps to reproduce (basically):
I remember that in the past this worked flawlessly, because I used my 2nd PC in a workflow, saving directly to the drive mounted as R: on both PCs.
Many thanks for any help in advance.
PS: the attached workflow is probably not much use to debug this, so I removed it, just adhere to my steps to reproduce listed above.
ComfyUI Error Report
Error Details
Stack Trace
System Information
Devices
Logs
The text was updated successfully, but these errors were encountered: