|
|
发表于 2026-2-25 10:44:13
|
显示全部楼层
大佬求教,这是什么问题?
To create a public link, set `share=True` in `launch()`.
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 404, in run_asgi
result = await app( # type: ignore[func-returns-value]
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 84, in __call__
return await self.app(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\fastapi\applications.py", line 1054, in __call__
await super().__call__(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\applications.py", line 112, in __call__
await self.middleware_stack(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
raise exc
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
await self.app(scope, receive, _send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\gradio\route_utils.py", line 822, in __call__
await self.app(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
raise exc
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\routing.py", line 714, in __call__
await self.middleware_stack(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\routing.py", line 734, in app
await route.handle(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\routing.py", line 288, in handle
await self.app(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\routing.py", line 76, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
raise exc
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\routing.py", line 74, in app
await response(scope, receive, send)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\responses.py", line 359, in __call__
await self._handle_simple(send, send_header_only)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\responses.py", line 388, in _handle_simple
await send({"type": "http.response.body", "body": chunk, "more_body": more_body})
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 39, in sender
await send(message)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\_exception_handler.py", line 39, in sender
await send(message)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\starlette\middleware\errors.py", line 162, in _send
await send(message)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 501, in send
output = self.conn.send(event=h11.Data(data=data))
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\h11\_connection.py", line 468, in send
data_list = self.send_with_data_passthrough(event)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\h11\_connection.py", line 501, in send_with_data_passthrough
writer(event, data_list.append)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\h11\_writers.py", line 58, in __call__
self.send_data(event.data, write)
File "D:\FramePack\framepack_cu126_torch26(中文版官包调优带模型)\framepack_cu126_torch26\system\python\lib\site-packages\h11\_writers.py", line 78, in send_data
raise LocalProtocolError("Too much data for declared Content-Length") |
|