comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
56.78k stars 6.01k forks source link

Infinite Loading #5644

Closed ShashwatDubey99 closed 1 hour ago

ShashwatDubey99 commented 5 hours ago

Your question

ui not loading

Logs

Error handling request
Traceback (most recent call last):
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
    resp = await request_handler(request)
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_app.py", line 543, in _handle
    resp = await handler(request)
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 114, in impl
    return await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/server.py", line 63, in cache_control
    response: web.Response = await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/server.py", line 141, in origin_only_middleware
    response = await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/app/user_manager.py", line 181, in listuserdata
    def process_full_path(full_path: str) -> FileInfo | str | list[str]:
TypeError: unsupported operand type(s) for |: '_TypedDictMeta' and 'type'

Other

No response

huchenlei commented 3 hours ago

Make sure you have python 3.10+