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
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Hi. Could you please correct this error? It slows down the save and is intrusive in the logs.
Error handling request
Traceback (most recent call last):
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 63, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 141, in origin_only_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 75, in cors_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 397, in view_image
if os.path.commonpath((os.path.abspath(full_output_dir), output_dir)) != output_dir:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 826, in commonpath
ValueError: Paths don't have the same drive
Error handling request
Traceback (most recent call last):
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\venv\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 63, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 141, in origin_only_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 75, in cors_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\server.py", line 397, in view_image
if os.path.commonpath((os.path.abspath(full_output_dir), output_dir)) != output_dir:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 826, in commonpath
ValueError: Paths don't have the same drive
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Could you please correct this error? It slows down the save and is intrusive in the logs.
Beta Was this translation helpful? Give feedback.
All reactions