-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装插件以后,comfyui打不开 #78
Comments
感觉没发全 |
没了 就是这么多 上面是一些插件的加载过程 然后一长条破折号线就是下面这段内容 |
Import times for custom nodes: main.py 231 server.py 577 add_routes web_app.py 386 add_routes web_urldispatcher.py 1277 add_routes web_routedef.py 76 register web_urldispatcher.py 1238 add_get web_urldispatcher.py 359 add_route RuntimeError: D:\ComfyUI_windows_portable>pause |
main.py 231
server.add_routes()
server.py 577 add_routes
self.app.add_routes(api_routes)
web_app.py 386 add_routes
return self.router.add_routes(routes)
web_urldispatcher.py 1277 add_routes
registered_routes.extend(route_def.register(self))
web_routedef.py 76 register
return [reg(self.path, self.handler, **self.kwargs)]
web_urldispatcher.py 1238 add_get
resource.add_route(hdrs.METH_HEAD, handler, **kwargs)
web_urldispatcher.py 359 add_route
raise RuntimeError(
RuntimeError:
Added route will never be executed, method HEAD is already registered
The text was updated successfully, but these errors were encountered: